- _update
void _update()
- getCustomAabb
AABB getCustomAabb()
- getFlipFaces
bool getFlipFaces()
- getMaterial
Ref!Material getMaterial()
- getMeshArrays
Array getMeshArrays()
- opAssign
PrimitiveMesh opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(PrimitiveMesh other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCustomAabb
void setCustomAabb(AABB aabb)
- setFlipFaces
void setFlipFaces(bool flip_faces)
- setMaterial
void setMaterial(Material material)
Base class for all primitive meshes. Handles applying a Material to a primitive mesh.