Skip to main content

@novorender/web_app / RenderStateHighlightGroup

Interface: RenderStateHighlightGroup

Render state for a specific highlight group.

Remarks

Group of objects may be visually highlighted through color transforms, hidden or filtered out.

Properties

action

readonly action: RenderStateGroupAction;

How to treat this particular group.

Defined in

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


objectIds

readonly objectIds: Iterable<number>;

A set of unique object_id belonging to this group, sorted in ascending order.

Defined in

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


outlineColor?

readonly optional outlineColor: RGB;

Outline highlight color.

Defined in

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


pointVisualization?

readonly optional pointVisualization: PointVisualization;

Point visualization method

Defined in

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


texture?

readonly optional texture: RenderStateHighlightGroupTexture;

Texture information.

Defined in

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