diff --git a/src/components/three/XRHudInWorld.tsx b/src/components/three/XRHudInWorld.tsx index 52d0e88..ce1dd1f 100644 --- a/src/components/three/XRHudInWorld.tsx +++ b/src/components/three/XRHudInWorld.tsx @@ -209,6 +209,7 @@ function FloatingPanel({ { id: 'scene', label: 'Cena', icon: '🧩' }, { id: 'tools', label: 'Ferram.', icon: '🛠' }, { id: 'inspection', label: 'Inspeção', icon: '✓' }, + { id: 'capture', label: 'Captura', icon: '🎥' }, { id: 'share', label: 'Compart.', icon: '📡' }, { id: 'webxr', label: 'WebXR', icon: '⚙' }, ];