Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-14 18:26:18 +00:00
parent 0eea73a3d2
commit 479d8bd286
+2
View File
@@ -6,6 +6,8 @@ import { useControllerGrab, ControllerGrabSnapshot } from '@/hooks/useController
interface XRGrabbableProps {
/** Allow uniform scaling via two-hand grab (distance between hands) */
allowScale?: boolean;
/** When true, the active model is locked — grab is ignored entirely */
lockedActive?: boolean;
/** Called the first time the user grabs (e.g. to exit placement mode) */
onGrabStart?: () => void;
children: ReactNode;