Trimesh constructor
Implementation
Trimesh(
this.vertices,
this.indices,
[
this.normals,
this.uvs
]
):super(type: ShapeType.trimesh) {
updateEdges();
updateNormals();
updateAABB();
updateBoundingSphereRadius();
updateTree();
}