Skip to content
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

Closed
gokulaketi opened this issue Sep 10, 2013 · 6 comments
Closed

Open 3DGC option in collada2gltf convertor #128

gokulaketi opened this issue Sep 10, 2013 · 6 comments
Labels

Comments

@gokulaketi
Copy link

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 )

include_directories(${COLLADA2GLTF_SOURCE_DIR}/dependencies/o3dgc/src)
include_directories(${COLLADA2GLTF_SOURCE_DIR}/dependencies/o3dgc/src/o3dgc_common_lib/inc)
include_directories(${COLLADA2GLTF_SOURCE_DIR}/dependencies/o3dgc/src/o3dgc_encode_lib/inc)
include_directories(${COLLADA2GLTF_SOURCE_DIR}/dependencies/o3dgc/src/o3dgc_decode_lib/inc)

endif()

but there is no o3dgc folder inside it .

Regards,

Gokul

@fabrobinet
Copy link
Contributor

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

@fabrobinet
Copy link
Contributor

I'll keep this bug to track when O3DGC is enabled.

@fabrobinet
Copy link
Contributor

@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.

@fabrobinet
Copy link
Contributor

This has been pushed. The JSON part for compression is still being worked, but it can be experimented now.

@pjcozzi
Copy link
Member

pjcozzi commented Dec 14, 2013

Do we have any doc for this? I'd like to experiment with it.

@fabrobinet
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants