UNPKG
webgl-gltf
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
GLTF 2.0 loader for WebGL
github.com/larsjarlvik/webgl-gltf
larsjarlvik/webgl-gltf
webgl-gltf
/
dist
/
index.js
4 lines
•
231 B
JavaScript
View Raw
1
2
3
4
export
{ loadModel, dispose, }
from
'./gltf'
;
export
{ getAnimationTransforms, applyToSkin, }
from
'./animator'
;
export
{ pushAnimation, getActiveAnimations, advanceAnimation, }
from
'./animation'
;
//# sourceMappingURL=index.js.map