Properties:
Name | Type | Description |
---|---|---|
indices |
Uint32Array |
The indices of the mesh. |
positions |
Float32Array |
The positions of the mesh. |
shrinkBuffersToFit |
boolean |
Whether to shrink the buffers to fit the data. |
topology |
Topology |
The topology of the mesh. |
uvs |
Float32Array |
The UVs of the mesh. If not provided, they will be filled with 0 and match the size of the positions. |
Members
The indices of the mesh.
The positions of the mesh.
Whether to shrink the buffers to fit the data.
topology Topology
The topology of the mesh.
The UVs of the mesh. If not provided, they will be filled with 0 and match the size of the positions.