Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-12 12:06:37 +00:00
parent 71b6ab3fd9
commit cf5eefc19b
+1
View File
@@ -18,6 +18,7 @@ import { useFrame } from '@react-three/fiber';
import * as THREE from 'three'; import * as THREE from 'three';
import { fakeInput, setFakeActive } from './fakeInputStore'; import { fakeInput, setFakeActive } from './fakeInputStore';
import { isPlaybackActive } from './macroStore'; import { isPlaybackActive } from './macroStore';
import { useModelStore } from '@/stores/useModelStore';
const STEP = 0.03; // m per keypress const STEP = 0.03; // m per keypress