Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -63,6 +63,7 @@ export function XRHudInWorld(props: XRHudInWorldProps) {
|
|||||||
|
|
||||||
const panelRef = useRef<THREE.Group>(null);
|
const panelRef = useRef<THREE.Group>(null);
|
||||||
const wristRef = useRef<THREE.Group>(null);
|
const wristRef = useRef<THREE.Group>(null);
|
||||||
|
const headLockRef = useRef<THREE.Group>(null);
|
||||||
const targetPos = useRef(new THREE.Vector3());
|
const targetPos = useRef(new THREE.Vector3());
|
||||||
const targetQuat = useRef(new THREE.Quaternion());
|
const targetQuat = useRef(new THREE.Quaternion());
|
||||||
const lastABtn = useRef(false);
|
const lastABtn = useRef(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user