Adds highlighting to rendered objects by rendering a "ghost" object on top it.
Example
<Highlighter />
Remarks
This component manages highlights in a global state and needs to be added to
enable it as a feature. To interact with this component, you must use the
useHighlighter hook from another component.
Adds highlighting to rendered objects by rendering a "ghost" object on top it.
Example
Remarks
This component manages highlights in a global state and needs to be added to enable it as a feature. To interact with this component, you must use the
useHighlighter
hook from another component.See