Skip to content

SubMeshDescriptor

Submesh information.

Instance Properties

SubMeshDescriptor.bounds : Bounds
The bounding box of a submesh.
SubMeshDescriptor.indexStart : number
The starting position of the submesh index array.
SubMeshDescriptor.indexCount : number
The number of submesh index arrays.
SubMeshDescriptor.baseVertex : number
The base vertex of a submesh.
SubMeshDescriptor.firstVertex : number
The first vertex of the submesh index array.
SubMeshDescriptor.vertexCount : number
The total number of vertices in the submesh at the specified index in the array of submesh indices.