MeshData
MeshData:
object
Interface representing the data of a mesh.
Type declaration
indices?
optional
indices:Uint8Array
|Uint16Array
|Uint32Array
The indices of the mesh
normals?
optional
normals:Int16Array
The normals of the mesh
positions?
optional
positions:Float32Array
|Float64Array
The positions of the mesh
transform
transform:
THREE.Matrix4
The transformation matrix of the mesh