From c439bb77d2395f4902e2ee160ffae9db890a790c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 25 Apr 2026 04:32:24 +0200 Subject: [PATCH] auto-git: [change] src/assets/gltf-model-import.ts --- src/assets/gltf-model-import.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/gltf-model-import.ts b/src/assets/gltf-model-import.ts index 383aae16..3c0090b8 100644 --- a/src/assets/gltf-model-import.ts +++ b/src/assets/gltf-model-import.ts @@ -1,4 +1,4 @@ -import { Box3, Group, Mesh, type AnimationClip, type Material, type Object3D, type Texture } from "three"; +import { Box3, Cache, Group, Mesh, type AnimationClip, type Material, type Object3D, type Texture } from "three"; import { DRACOLoader } from "three/examples/jsm/loaders/DRACOLoader.js"; import { GLTFLoader, type GLTF } from "three/examples/jsm/loaders/GLTFLoader.js"; import { clone as cloneSkeleton } from "three/examples/jsm/utils/SkeletonUtils.js";