UNPKG

@polygonjs/polygonjs

Version:

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

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