Skip to main content

@novorender/web_app / RenderStateDynamicGeometry

Interface: RenderStateDynamicGeometry

Dynamic mesh geometry state.

Properties

attributes

readonly attributes: RenderStateDynamicVertexAttributes;

Vertex attributes.

Defined in

@novorender/core3d/state/dynamic.ts:124


indices

readonly indices: number | Uint8Array | Uint32Array | Uint16Array;

Array of Vertex indices, or # vertices if mesh is not indexed.

Defined in

@novorender/core3d/state/dynamic.ts:126


primitiveType

readonly primitiveType: DrawMode;

Type of render primitive.

Defined in

@novorender/core3d/state/dynamic.ts:122