seb75 Posted August 14, 2018 Share Posted August 14, 2018 I built a scene with Babylon, which I want to export to another software which allow import of dae or 3ds files. I found the gltf exporter, but no way to find any parser from gltf to dae or 3ds. Would you have any idea on how to export the BabylonJS scene directly to 3ds or dae format ? Quote Link to comment Share on other sites More sharing options...
MarianG Posted August 14, 2018 Share Posted August 14, 2018 Hi. Easiest way is to export scene as obj, and import obj in other software program. seb75 1 Quote Link to comment Share on other sites More sharing options...
Sebavan Posted August 14, 2018 Share Posted August 14, 2018 You could also serialize your scene as GLTF which is more and more supported widely: http://doc.babylonjs.com/extensions/gltfexporter 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.