@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:568
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:572
outlineColor?
readonly optional outlineColor: RGB;
Outline highlight color.
Defined in
@novorender/core3d/state/index.ts:570
pointVisualization?
readonly optional pointVisualization: PointVisualization;
Point visualization method
Defined in
@novorender/core3d/state/index.ts:576
texture?
readonly optional texture: RenderStateHighlightGroupTexture;
Texture information.