Rhinocerous plugin to export Rhino objects to glTF Binary for use on the web/mobile/VR/etc.
Rhino users with questions should go here: https://discourse.mcneel.com/t/gltf-binexport/114378
Bug reports are welcome here.
Can be integrated into your own products with a friendly API that allows it to be used from your own plugins.
Everything you need to know about glTF is available on this poster: https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/figures/gltfOverview-2.0.0b.png
Contributions and bug reports are welcome.
This project uses the Rhino7 and above PackageManger
for managing the user releases.
Building and deploying for both Win and Mac can be done with:
$ cd bin/Release/net48
$ /Applications/Rhino\ 7.app/Contents/Resources/bin/yak build
$ /Applications/Rhino\ 7.app/Contents/Resources/bin/yak push gltf-binexporter-XXXXXXX-any.yak
Aske Doerge (original author)
MIT but please make PRs if you make improvements.