Interface: MeshGeometryOptions

MeshGeometryOptions

Options for the mesh geometry.

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.

Members

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.