🚀 Auto-deploy: melhoria no snap e medição AR em 30/05/2026 10:13:44

This commit is contained in:
2026-05-30 10:13:44 +00:00
parent 153c91dfc9
commit 7ff4ed3176
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ export function XRControllerMeasure() {
// running them every frame at 72fps can stall the Quest right after
// toggling "Medir" from the Ferramentas tab. We cap heavy work to ~24Hz.
// Trigger/A/B/L-trigger polling continues every frame for responsiveness.
const hitTestSourceRef = useRef<any>(null);
const hitTestSourceRef = useRef<XRHitTestSource | null>(null);
const hitTestRequestedRef = useRef<boolean>(false);
useFrame((_state, _dt, frame: XRFrame | undefined) => {