Readonly
partsCreate and add a 'part', each part should have a unique name, and material to apply to it Vertex mesh data is then added to the part, with addQuad and addTriangle
Name of this part, just a string can be anything
Material to attach and apply to all surfaces in this part
Generated using TypeDoc
A builder for creating multi-part models from triangle meshes Use in conjunction Model.parseFromBuilder
Example usage: