UNPKG

webgl-gltf

Version:
5 lines (4 loc) 334 B
export { loadModel, dispose, } from './gltf'; export { getAnimationTransforms, applyToSkin, } from './animator'; export { pushAnimation, getActiveAnimations, advanceAnimation, ActiveAnimation, } from './animation'; export { Model, GLBuffer, Node, Skin, Animation, Channel, Transform, KeyFrame, Mesh, Material, } from './types/model';