Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import { useRef } from 'react';
|
import { useRef } from 'react';
|
||||||
import { useFrame, useThree } from '@react-three/fiber';
|
import { useFrame, useThree } from '@react-three/fiber';
|
||||||
import * as THREE from 'three';
|
import * as THREE from 'three';
|
||||||
|
import { useModelStore } from '@/stores/useModelStore';
|
||||||
// DEVKIT: remove this import + the fake-input block in useFrame to strip devkit
|
// DEVKIT: remove this import + the fake-input block in useFrame to strip devkit
|
||||||
import { fakeInput, isFakeActive } from '@/devkit/fakeInputStore';
|
import { fakeInput, isFakeActive } from '@/devkit/fakeInputStore';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user