diff --git a/src/components/three/XRHudInWorld.tsx b/src/components/three/XRHudInWorld.tsx index d4d7276..6f31dc7 100644 --- a/src/components/three/XRHudInWorld.tsx +++ b/src/components/three/XRHudInWorld.tsx @@ -7,7 +7,7 @@ import { XR3DButton, XR3DPanel } from './XRPanel3D'; import { useModelStore, SCALE_PRESETS } from '@/stores/useModelStore'; import { getBroadcastSource } from '@/lib/webrtc/broadcastSource'; -type Tab = 'scene' | 'tools' | 'transform' | 'inspection' | 'share'; +type Tab = 'scene' | 'tools' | 'inspection' | 'share' | 'webxr'; interface XRHudInWorldProps { freeMove: boolean;