@novorender/web_app / RenderStateDynamicNormalTextureReference
Interface: RenderStateDynamicNormalTextureReference
Normal map texture reference state.
Extends
Properties
scale?
readonly optional scale: number;
Scale factor to apply to normal XY coordinate.
Default Value
1.0
Defined in
@novorender/core3d/state/dynamic.ts:74
texCoord?
readonly optional texCoord: 0 | 1;
What set of texture coordinates to use (0 or 1).
Default Value
0
Inherited from
RenderStateDynamicTextureReference
.texCoord
Defined in
@novorender/core3d/state/dynamic.ts:59
texture
readonly texture: RenderStateDynamicTexture;
What texture to use.
Inherited from
RenderStateDynamicTextureReference
.texture
Defined in
@novorender/core3d/state/dynamic.ts:54
transform?
readonly optional transform: ReadonlyMat3;
Optional texture coordinate 3x3 transformation matrix
Default Value
Identity matrix.
Inherited from
RenderStateDynamicTextureReference
.transform