@stereograph/teiaviewer - v17.8.0-dev
    Preparing search index...

    Class TransformGroup<TSceneObject>

    Type Parameters

    Hierarchy

    • Object3D
      • TransformGroup
    Index

    Constructors

    Properties

    isGroupTransform: true
    sceneObjects: TSceneObject[] = ...

    Accessors

    • get transformPivotPoint(): "Center" | "Min" | "Max"

      Returns "Center" | "Min" | "Max"

    • set transformPivotPoint(value: "Center" | "Min" | "Max"): void

      Parameters

      • value: "Center" | "Min" | "Max"

      Returns void

    Methods

    • Get the world matrix for a child

      Parameters

      • uuid: string

      Returns undefined | Matrix4

    • Remove all the children of the group

      Returns void

    • Setup the gizmo for the given scene objects Center the gizmo to the pivot point Store the local matrices of all the children

      Returns void

    • Update the world matrices for all the children with the group transform matrix

      Returns void