Introduces a new feature allowing users to highlight regions of a 3D mesh by clicking and dragging the mouse or using touch interactions on mobile devices. The highlighted areas are rendered with a semi-transparent red overlay.
Key Changes:
Implemented HighlightTool class to manage highlighting functionality.
Added touch event listeners for mobile support.
One Touch to Highlight & Two Finger Touch for unhighlight.
Mouse Left to Highlight & Mouse Right to Unhighlight
TODO: I havent figured out how to add an icon for the feature so im still reusing an old one
Introduces a new feature allowing users to highlight regions of a 3D mesh by clicking and dragging the mouse or using touch interactions on mobile devices. The highlighted areas are rendered with a semi-transparent red overlay.
Key Changes:
Implemented HighlightTool class to manage highlighting functionality. Added touch event listeners for mobile support. One Touch to Highlight & Two Finger Touch for unhighlight. Mouse Left to Highlight & Mouse Right to Unhighlight TODO: I havent figured out how to add an icon for the feature so im still reusing an old one