Mingsen Chen Posted May 4, 2018 Share Posted May 4, 2018 Hi! Today, I'm very excited to see the Babylon Editor. But now I have some problem, how could I use Editor export file in my project? I just learned Babylon a week.Is there who can give me some suggest or material. Quote Link to comment Share on other sites More sharing options...
aWeirdo Posted May 4, 2018 Share Posted May 4, 2018 Hi @Mingsen Chen The editor exports a .babylon scene file, It can be loaded using: BABYLON.SceneLoader.Load ( Creates a new scene object) https://doc.babylonjs.com/api/classes/babylon.sceneloader#load Or BABYLON.SceneLoader.Append ( Adds the file's content to an existing scene) https://doc.babylonjs.com/api/classes/babylon.sceneloader#append Mingsen Chen 1 Quote Link to comment Share on other sites More sharing options...
Guest Posted May 4, 2018 Share Posted May 4, 2018 Pinging editor mastermind: @Luaacro Mingsen Chen 1 Quote Link to comment Share on other sites More sharing options...
Mingsen Chen Posted May 7, 2018 Author Share Posted May 7, 2018 Thank you! @Luaacro Quote Link to comment Share on other sites More sharing options...
julien-moreau Posted May 10, 2018 Share Posted May 10, 2018 Do you speak about the .babylon file or the .editorproject file ? 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.