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