pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.71k stars 310 forks source link

Export JSX back to glTF #128

Closed axeldelafosse closed 2 years ago

axeldelafosse commented 2 years ago

Is it possible to export the JSX back to glTF?

CodyJasonBennett commented 2 years ago

Yes, I'd use something like three's GLTFExporter.

axeldelafosse commented 2 years ago

Thanks Cody!

PaulLockett commented 2 years ago

When I try to use GLTFEXporter all I get is this: { "asset": { "version": "2.0", "generator": "THREE.GLTFExporter" }, "scenes": [ { "nodes": [], "name": "AuxScene" } ], "scene": 0 }

even though I have a whole scene with may meshes that are animated