Properties:
| Name | Type | Description |
|---|---|---|
clockWise |
bool | (default: |
Extends
Methods
-
Builds a mesh.
Name Type Description verticesArray.<Array.<number>> The vertices.
normalsArray.<Array.<number>> The vertex normals.
texAnchorsArray.<Array.<number>> The texture anchor points.
surfacesArray.<object> The surfaces.
-
Assigns a material to a range of surfaces of the mesh.
Name Type Description materialshf3d.Material The material.
fromnumber The first surface of the range.
tonumber The last surface of the range.