-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Open 3DGC option in collada2gltf convertor #128
Comments
It will be supported but sorry not enabled yet. O3DGC has evolved and now the integration could be better. Some additional details here: https://github.com/fabrobinet/glTF-webgl-viewer/issues/11 |
I'll keep this bug to track when O3DGC is enabled. |
@gokulaketi There are progress on this front on the open3dgc-integration branch but it is still not yet fully functional, I am syncing up with @kmammou to fix the last details. |
This has been pushed. The JSON part for compression is still being worked, but it can be experimented now. |
Do we have any doc for this? I'd like to experiment with it. |
@pjcozzi I didn't refined the schema yet. What we have now works but the way it exposes the extension should be improved. To make things right, let's have a proposal for the schema here: #208 and I need to get back to @kmammou about an API in Open3DGC we discussed that will allow a nicer schema. All this to be followed in: #208 |
hi, please let me know whether open 3DGC is supported in collada2gltf convertor or not.
In cmake list, below is shown
if (USE_OPEN3DGC)
add_definitions( -DUSE_OPEN3DGC )
endif()
but there is no o3dgc folder inside it .
Regards,
Gokul
The text was updated successfully, but these errors were encountered: