OpenChemistry/avogadrolibs

Export to glTF / .glb for Blender

Open

#565 opened on Apr 30, 2021

 (7 comments) (0 reactions) (0 assignees)C++ (232 forks)auto 404
enhancementfile-formathelp wantedrendering

Repository metrics

Stars
 (662 stars)
PR merge metrics
 (PR metrics pending)

Description

Blender and other programs now support the glTF (GL transmission format): https://www.khronos.org/gltf/

There's a lot - but it's a JSON format that includes support for simple meshes, animations, etc. https://github.com/KhronosGroup/glTF-Tutorials/blob/master/gltfTutorial/README.md https://github.com/KhronosGroup/glTF-Tutorials/blob/master/gltfTutorial/gltfTutorial_008_SimpleMeshes.md

The ChimeraX program includes support: http://rbvi.ucsf.edu/chimerax/docs/user/commands/save.html#formats

Contributor guide