immersive2/src
Michael Mainguy 2c3fba31d3 Reimplement ResizeGizmo as simplified single-file XR gizmo
Complete rewrite of ResizeGizmo with a much simpler architecture:
- Single file implementation (index.ts) replacing multi-file system
- 14 handles: 6 face handles for single-axis scaling, 8 corner handles for uniform scaling
- XR-only interaction using UtilityLayerRenderer
- Billboard scaling for constant screen-size handles
- Grip-based interaction with hover/active visual states (gray/white/blue)
- Single-axis scaling from opposite face (fixed pivot)
- Uniform scaling from center
- Integrated with ClickMenu Size button
- Observable events (onScaleEnd, onScaleDrag) for future integration

Removed old complex implementation files and simplified documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-16 05:53:26 -06:00
..
controllers Improve ResizeGizmo hover state and handle interaction 2025-11-15 13:55:18 -06:00
diagram Reimplement ResizeGizmo as simplified single-file XR gizmo 2025-11-16 05:53:26 -06:00
gizmos Reimplement ResizeGizmo as simplified single-file XR gizmo 2025-11-16 05:53:26 -06:00
information Removed dead code. 2024-08-30 12:43:19 -05:00
integration Implement WebXR resize gizmo with virtual stick scaling and extract adapter to integration layer 2025-11-13 17:52:23 -06:00
maps added row level AES encryption. 2024-06-10 15:52:45 -05:00
menus Implement WebXR resize gizmo with virtual stick scaling and extract adapter to integration layer 2025-11-13 17:52:23 -06:00
objects Convert to unlit rendering and fix connection update error 2025-11-12 21:16:29 -06:00
react Added webxr exit button 2025-02-14 11:01:27 -06:00
toolbox Implement WebXR resize gizmo with virtual stick scaling and extract adapter to integration layer 2025-11-13 17:52:23 -06:00
tutorial Removed html renderer, too may problems. 2024-06-06 09:22:39 -05:00
users Added websocket presence. 2024-06-14 09:38:16 -05:00
util Implement WebXR resize gizmo with virtual stick scaling and extract adapter to integration layer 2025-11-13 17:52:23 -06:00
visualization experiments with glb objects and data based diagrams. 2023-12-23 06:21:58 -06:00
vrcore Fix initialization errors when navigating to db/public/local 2025-09-15 16:25:15 -05:00
defaultScene.ts Moved loggers out of global module scope. 2024-04-28 09:03:20 -05:00
env.d.ts Simplified interactions, changed menu interactions for changing entities. 2024-04-10 16:36:36 -05:00
vrApp.ts Fix initialization errors when navigating to db/public/local 2025-09-15 16:25:15 -05:00
webApp.ts Updated UI to use Mantine. 2024-08-30 12:43:19 -05:00