UNPKG

polygonjs-engine

Version:

node-based webgl 3D engine https://polygonjs.com

6 lines (5 loc) 220 B
import { AnimationClip } from 'three/src/animation/AnimationClip'; import { Object3DWithGeometry } from './Group'; export interface Object3DWithAnimation extends Object3DWithGeometry { animations: AnimationClip[]; }