interface.RenderStateDynamicGeometry
API > RenderStateDynamicGeometry
Interface: RenderStateDynamicGeometry
Dynamic mesh geometry state.
Properties
attributes
readonly
attributes:RenderStateDynamicVertexAttributes
Vertex attributes.
Source
@novorender/core3d/state/dynamic.ts:124
indices
readonly
indices:number
|Uint8Array
|Uint32Array
|Uint16Array
Array of Vertex indices, or # vertices if mesh is not indexed.
Source
@novorender/core3d/state/dynamic.ts:126
primitiveType
readonly
primitiveType:DrawMode
Type of render primitive.