donmccurdy / three-gltf-viewer

Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.
https://gltf-viewer.donmccurdy.com/
MIT License
2.06k stars 530 forks source link

Download model #366

Closed Amit12f closed 2 months ago

Amit12f commented 3 months ago

I want download separate animation clips from gltf file(animation packs) but there no option to download

donmccurdy commented 2 months ago

This application is a 3D viewer, and re-processing glTF files into animation bundles is well outside its scope, sorry.

You will probably have better luck with software like Blender, or writing a custom script or application using glTF Transform's copyToDocument feature to move animations (and their attached node hierarchy) from one glTF document to another.