auto-git:

[change] src/assets/gltf-model-import.ts
This commit is contained in:
2026-04-25 04:32:24 +02:00
parent 7c72e85361
commit c439bb77d2

View File

@@ -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";