interface.RenderStateHighlightGroup
API > 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.
Source
@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.
Source
@novorender/core3d/state/index.ts:563
outlineColor
outlineColor?:
RGB
Outline highlight color.
Source
@novorender/core3d/state/index.ts:561
pointVisualization
pointVisualization?:
PointVisualization
Point visualization method
Source
@novorender/core3d/state/index.ts:567
texture
texture?:
RenderStateHighlightGroupTexture
Texture information.