Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user