Skip to main content

ModelMesh

A single mesh with geometry data, style, and transform.

Index

Properties

readonlyindexCount

indexCount: number

readonlystyle

Material/style applied to this mesh.

readonlyvertexCount

vertexCount: number

Methods

getVertexData

  • Resolves the vertex positions, normals, and indices for this mesh.


    Returns Promise<VertexData>