Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-21 21:38:11 +00:00
parent 360daac843
commit 71b1e9ae3f
+1 -1
View File
@@ -51,7 +51,7 @@ const _tmpQuat = new THREE.Quaternion();
*
* Trigger não interfere aqui (reservado para seleção/medição).
*/
export function XRGrabbable({ lockedActive = false, onGrabStart, children }: XRGrabbableProps) {
export function XRGrabbable({ allowScale = true, lockedActive = false, onGrabStart, children }: XRGrabbableProps) {
const groupRef = useRef<THREE.Group>(null);
const grab = useControllerGrab();