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

Add glTF2 generator to core libraries #974

Open
johnwason opened this issue Dec 14, 2023 · 0 comments
Open

Add glTF2 generator to core libraries #974

johnwason opened this issue Dec 14, 2023 · 0 comments

Comments

@johnwason
Copy link
Contributor

glTF2 is a portable 3D model format that is supported by most modern renderers including Three.js, QT, Unity, etc. The format is fairly simple, and I implemented a utility in Python that converted a Tesseract scene to glTF, and then loaded the scene into a browser for visualization. I want to have this functionality available in tesseract_robotraconteur, and I think it makes sense to add it to the core libraries since it is relatively simple.

Here is the Python implementation:

https://github.com/tesseract-robotics/tesseract_python/blob/master/tesseract_viewer_python/tesseract_robotics_viewer/tesseract_env_to_gltf.py

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

No branches or pull requests

1 participant