Skip to main content

interface.RenderStateHighlightGroupTexture

API > RenderStateHighlightGroupTexture

Interface: RenderStateHighlightGroupTexture

Render state for a highlight group texture.

Properties

ambient

ambient?: number

Ambient light factor [0,1], default = 0.

Source

@novorender/core3d/state/index.ts:595


index

readonly index: ActiveTextureIndex

Index into RenderStateHighlightGroups.textures array.

Source

@novorender/core3d/state/index.ts:587


metalness

metalness?: number

Metalness [0,1], default = 0.

Source

@novorender/core3d/state/index.ts:593


rotation

rotation?: number

Rotation in degrees, default = 0.

Source

@novorender/core3d/state/index.ts:591


scale

scale?: number

Scale, default = 1.

Source

@novorender/core3d/state/index.ts:589