10 lines
221 B
JavaScript
10 lines
221 B
JavaScript
import { AnimationMixer } from 'three/src/animation/AnimationMixer.js';
|
|
import { Box3 } from 'three/src/math/Box3.js';
|
|
import { Vector3 } from 'three/src/math/Vector3.js';
|
|
|
|
export {
|
|
AnimationMixer,
|
|
Box3,
|
|
Vector3
|
|
};
|