FBX-glTF
FBX-glTF copied to clipboard
Provide executable directly usable
I work with 3D graphists and try to argue with them to considerate the gltf format as a usable format and as good choice. As it, it is difficult to say than convert to gltf is a easy choice for them.
If a executable exist, at least for windows (linux specialist can compile easily) this could be easiest.
+1.
+1. Even for linux users, it's proving to be more difficult than expected to compile - the dependency on Casablanca, whose github server has shut down and the project has been renamed, is causing problems.
The earlier this project can get binary builds into common Linux distro official repositories, the better it will be for adoption.
+1
+1
I'm not able to generate a binary for glTF after running cmake .. on Linux. The Release folder only contains two JSON files.
Same, not getting a binary, only json files.
I have one solution that is more suitable ans more reliable. First convert fbx to obj file and then there is a js library obj to gltf. Which runs very well
I'm not able to generate a binary for glTF after running cmake .. on Linux. The Release folder only contains two JSON files.
same issue here. solved with command: make or: sudo make from folder with json files.... :\ :P