-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FBX and GLTF support #183
Comments
Please before this is finished, is possible to also get the original models in an open format (collada or FBX) for testing of the 3D pipeline? IMO this was the hardest aspect of H3D. Blender has some CC0/BY assets here: After several attempts, I finally have a 99% working 3D creatation pipeline |
@gwald Original models were bought by the engine developers years ago, they were not open since the beginning. I agree that we should add some open models to test asset pipeline. |
Hello again. |
Hello. Sorry, unfortunately no. I did not touch it for several years and stopped on (if I remember correctly) materials. GLTF basically requires using PBR materials (there is an extension for non-pbr materials, but it has some quirks) and Horde does not support it yet. I thought on implementing FBX conversion first as it does not require pbr materials, but never got time and strength to do it. |
Thanks for the reply. |
Currently Horde supports only Collada file format for input, which is a bit old by today's standards. I'm planning to implement GLTF and FBX support to converter and rename it to Asset converter.
tinygltf would be used for gltf parsing and OpenFBX would be used for FBX parsing.
GLTF converter is currently being developed and FBX backend would be next.
The text was updated successfully, but these errors were encountered: