@novorender/api / RenderStateHighlightGroup
Interface: RenderStateHighlightGroup
Defined in: @novorender/src/core3d/state/index.ts:583
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;
Defined in: @novorender/src/core3d/state/index.ts:585
How to treat this particular group.
objectIds
readonly objectIds: Iterable<number>;
Defined in: @novorender/src/core3d/state/index.ts:589
A set of unique object_id belonging to this group, sorted in ascending order.
outlineColor?
readonly optional outlineColor: RGB;
Defined in: @novorender/src/core3d/state/index.ts:587
Outline highlight color.
pointVisualization?
readonly optional pointVisualization: PointVisualization;
Defined in: @novorender/src/core3d/state/index.ts:593
Point visualization method
texture?
readonly optional texture: RenderStateHighlightGroupTexture;
Defined in: @novorender/src/core3d/state/index.ts:591
Texture information.