NasimiAsl Posted January 28, 2017 Share Posted January 28, 2017 How can i make a .Obj or .Babylon File (without material) from Mesh? any tools or Extension available for that in BABYLONJS? Quote Link to comment Share on other sites More sharing options...
BitOfGold Posted January 28, 2017 Share Posted January 28, 2017 There is an OBJ exporter:https://github.com/BabylonJS/Babylon.js/blob/master/serializers/src/OBJ/babylon.objSerializer.ts This gives you a string (OBJ and MTL for materials), but you can save that as a file like this:http://stackoverflow.com/a/18197511 NasimiAsl 1 Quote Link to comment Share on other sites More sharing options...
NasimiAsl Posted January 29, 2017 Author Share Posted January 29, 2017 @BitOfGold That is wonderful and Great work Thanks to Share that in here thanks [Solved] 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.