🚀 Auto-deploy: melhoria no snap e medição AR em 30/05/2026 10:13:44
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user