-
Notifications
You must be signed in to change notification settings - Fork 276
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
Support save a world to collada #307
Comments
@gonzodepedro , we have someone interested in saving the world to collada even if materials are not supported. I'm not sure how close you are to completing material support. You could make an initial PR(s) with just mesh support sans materials. |
Sure. I'm working on a PR for a plugin and some changes that may be required in ColladaExporter, I'll link those here when ready, so we can start discussing implementation details. |
Thanks, @gonzodepedro ! Do you think you could open a PR against this repository adding the plugin to |
This adds transformation matrixes to nodes in collada files when exporting Connects to: gazebosim/gz-sim#307 Signed-off-by: Gonzalo de Pedro <[email protected]> Co-authored-by: Michael Carroll <[email protected]>
Done on #474 |
It would be nice to support exporting a whole world to a single collada file. This would let us share world configurations with people who don't have Ignition, and we could also (easily?) load worlds into 3D viewers/editors.
There is some support here: https://github.com/ignitionrobotics/ign-common/blob/master/graphics/include/ignition/common/ColladaExporter.hh
The text was updated successfully, but these errors were encountered: