Skip to main content

interface.RenderStateDynamicTextureReference

API > RenderStateDynamicTextureReference

Interface: RenderStateDynamicTextureReference

Texture reference state.

Extended By

Properties

texCoord

texCoord?: 0 | 1

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

Default Value

0

Source

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


texture

readonly texture: RenderStateDynamicTexture

What texture to use.

Source

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


transform

transform?: ReadonlyMat3

Optional texture coordinate 3x3 transformation matrix

Default Value

Identity matrix.

Source

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