Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-19 21:10:48 +00:00
parent 55767c0141
commit 14c11ca612
+2 -1
View File
@@ -1,7 +1,8 @@
import { useRef, ReactNode } from 'react'; import { useRef, ReactNode, useEffect } from 'react';
import { useFrame } from '@react-three/fiber'; import { useFrame } from '@react-three/fiber';
import * as THREE from 'three'; import * as THREE from 'three';
import { useControllerGrab, ControllerGrabSnapshot } from '@/hooks/useControllerGrab'; import { useControllerGrab, ControllerGrabSnapshot } from '@/hooks/useControllerGrab';
import { useModelStore } from '@/stores/useModelStore';
interface XRGrabbableProps { interface XRGrabbableProps {
/** Allow uniform scaling via two-hand grab (distance between hands) */ /** Allow uniform scaling via two-hand grab (distance between hands) */