Skip to main content

@novorender/web_app / RenderStateHighlightGroupTexture

Interface: RenderStateHighlightGroupTexture

Render state for a highlight group texture.

Properties

ambient?

readonly optional ambient: number;

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

Defined in

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


index

readonly index: ActiveTextureIndex;

Index into RenderStateHighlightGroups.textures array.

Defined in

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


metalness?

readonly optional metalness: number;

Metalness [0,1], default = 0.

Defined in

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


rotation?

readonly optional rotation: number;

Rotation in degrees, default = 0.

Defined in

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


scale?

readonly optional scale: number;

Scale, default = 1.

Defined in

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