Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -232,7 +232,7 @@ function ModelLocalFrame({
|
|||||||
}: {
|
}: {
|
||||||
modelId: string;
|
modelId: string;
|
||||||
center: THREE.Vector3;
|
center: THREE.Vector3;
|
||||||
children: React.ReactNode;
|
children: ReactNode;
|
||||||
}) {
|
}) {
|
||||||
const ref = useRef<THREE.Group>(null);
|
const ref = useRef<THREE.Group>(null);
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user