Represents a scene that contains multiple meshes. It tracks the global bounding box as meshes are added and maintains a mapping between g3d instance indices and meshes.

Constructors

Properties

insertables: InsertableMesh[] = []
meshes: (InsertableMesh | Mesh | InstancedMesh)[] = []

Accessors

Methods

  • Returns the THREE.Mesh in which this instance is represented along with index For merged mesh, index refers to submesh index For instanced mesh, index refers to instance index.

    Parameters

    • instance: number

    Returns Submesh[]