interface.RenderStateDynamicVertexAttributes
API > RenderStateDynamicVertexAttributes
Interface: RenderStateDynamicVertexAttributes
Dynamic mesh vertex attributes state.
Properties
color0
color0?:
RenderStateDynamicVertexAttribute
Vertex color.
Source
@novorender/core3d/state/dynamic.ts:108
normal
normal?:
RenderStateDynamicVertexAttribute
Vertex normal.
Source
@novorender/core3d/state/dynamic.ts:100
position
readonly
position:RenderStateDynamicVertexAttribute
Vertex position.
Source
@novorender/core3d/state/dynamic.ts:97
tangent
tangent?:
RenderStateDynamicVertexAttribute
Vertex tangent.
Remarks
Bi-tangent is computed from normal and tangent, if needed.
Source
@novorender/core3d/state/dynamic.ts:105
texCoord0
texCoord0?:
RenderStateDynamicVertexAttribute
Vertex texture coordinate, set 0.
Source
@novorender/core3d/state/dynamic.ts:111
texCoord1
texCoord1?:
RenderStateDynamicVertexAttribute
Vertex texture coordinate, set 1.