Import AnimationClip type from three.js

This commit is contained in:
2026-03-31 23:57:00 +02:00
parent 2771253f0b
commit 256f129f4f

View File

@@ -1,4 +1,4 @@
import { Box3, Group, Mesh, type Material, type Object3D, type Texture } from "three";
import { Box3, Group, Mesh, type AnimationClip, type Material, type Object3D, type Texture } from "three";
import { GLTFLoader, type GLTF } from "three/examples/jsm/loaders/GLTFLoader.js";
import { clone as cloneSkeleton } from "three/examples/jsm/utils/SkeletonUtils.js";