work on 3d view pan through

This commit is contained in:
2026-03-28 19:58:49 -07:00
parent ef84c7c95f
commit 60cc3af9c2
2 changed files with 5 additions and 1 deletions

View File

@@ -74,6 +74,10 @@ export default function SurfaceView({ meshData, nodeId, widgetValues, runtimeVal
const lastGeometrySignatureRef = useRef('');
const syncTimerRef = useRef(null);
const lastSnapshotRef = useRef('');
const isInsideRef = useRef(false);
const pointerEnteredAtRef = useRef(0);
const lastWheelAtRef = useRef(0);
const gestureStartedInsideRef = useRef(false);
const [diagnostics, setDiagnostics] = useState({
status: meshData ? 'initializing' : 'waiting for mesh',
webgl: 'pending',