Saally Campos

Results 5 issues of Saally Campos

Fade effect on the bottom when scroll is visible. It should be shown only when scrollbar is visible, so it is possible only through React but we still need styling...

enhancement
css
react

Color Picker unexpectedly changes values when typing in input panel. Note how L value is not inputting correctly and how the S value also changes slightly when inputting the L...

bug
react

Add height and width measurement tools. Tools are hidden by default and can be enabled with the `showHeightTool` and `showWidthTool` flags. Height Tool: ![heightTool](https://github.com/user-attachments/assets/fca813a8-d4a0-4e4c-afac-01b3fd530090) Width Tool: ![widthTool](https://github.com/user-attachments/assets/098c7253-68e0-43e6-b523-bbbf9699df9b)

Add Volume measurement tool. Tool is a special case since it is only applicable to meshes so it is off by default and can be enabled with the `showVolumeTool` flag....

- Add new option for polygon selection in SelectTool. - Add keyin in SelectTool to allow testing of all different selection methods (box, line, pick, polygon) ![polygon select key in...