dadiaar Posted July 7, 2016 Share Posted July 7, 2016 There is a lot of documentation about how to export from different formats and platforms to babylon. I didn't find the reverse so far, and at this point I don't know if it's because there isn't or there are too many results from obj to babylon, so I can't find them. I want my App to be able to give me a full 3D freeze scene, like a screenshot, of the scene the users/players creates. For sure I can take all meshes from my scene, diving in the documentation and build my own obj file, but before reinventing the wheel I hope there is already a good library for this. Thanks for your time. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted July 7, 2016 Share Posted July 7, 2016 Hello you can save a .babylon file:https://github.com/BabylonJS/Babylon.js/blob/master/src/Tools/babylon.sceneSerializer.ts You can also export a scene to OBJ: https://github.com/BabylonJS/Babylon.js/tree/master/serializers/src/OBJ Quote Link to comment Share on other sites More sharing options...
dadiaar Posted July 10, 2016 Author Share Posted July 10, 2016 It worked like a charm, thanks. Quote Link to comment Share on other sites More sharing options...
Thibault Posted March 3, 2017 Share Posted March 3, 2017 Hi, Thanks a lot for this tool, just a quick question, this doesn't support submesh and submaterial for now, correct ? Best, Thibault Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted March 3, 2017 Share Posted March 3, 2017 not yet Quote Link to comment Share on other sites More sharing options...
Thibault Posted March 4, 2017 Share Posted March 4, 2017 Ok, I may have some time to work on that in the next weeks, I need to study a bit what output I should produce and I'll ping you to have some more guidelines ;-) Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted March 6, 2017 Share Posted March 6, 2017 That could be really cool! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.