work on 3d view pan through
This commit is contained in:
2
demo
2
demo
Submodule demo updated: 64fedcd3c9...124b84ca7c
@@ -74,6 +74,10 @@ export default function SurfaceView({ meshData, nodeId, widgetValues, runtimeVal
|
|||||||
const lastGeometrySignatureRef = useRef('');
|
const lastGeometrySignatureRef = useRef('');
|
||||||
const syncTimerRef = useRef(null);
|
const syncTimerRef = useRef(null);
|
||||||
const lastSnapshotRef = useRef('');
|
const lastSnapshotRef = useRef('');
|
||||||
|
const isInsideRef = useRef(false);
|
||||||
|
const pointerEnteredAtRef = useRef(0);
|
||||||
|
const lastWheelAtRef = useRef(0);
|
||||||
|
const gestureStartedInsideRef = useRef(false);
|
||||||
const [diagnostics, setDiagnostics] = useState({
|
const [diagnostics, setDiagnostics] = useState({
|
||||||
status: meshData ? 'initializing' : 'waiting for mesh',
|
status: meshData ? 'initializing' : 'waiting for mesh',
|
||||||
webgl: 'pending',
|
webgl: 'pending',
|
||||||
|
|||||||
Reference in New Issue
Block a user