Skip to main content

@novorender/web_app / RenderStateDynamicTextureReference

Interface: RenderStateDynamicTextureReference

Texture reference state.

Extended by

Properties

texCoord?

readonly optional texCoord: 0 | 1;

What set of texture coordinates to use (0 or 1).

Default Value

0

Defined in

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


texture

readonly texture: RenderStateDynamicTexture;

What texture to use.

Defined in

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


transform?

readonly optional transform: ReadonlyMat3;

Optional texture coordinate 3x3 transformation matrix

Default Value

Identity matrix.

Defined in

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