webgl-gltf
Version:
GLTF 2.0 loader for WebGL
5 lines (4 loc) • 334 B
TypeScript
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';