DigitalHilsone 3 Report post Posted July 25, 2015 Hello) Prompt two things, please: 1. How to add to the scene two .babylon model to one was the surface, and the second can be controlled and moved over the surface? 2. How can we realize switching model? In other words, how to implement the switching from the first vessel to the second. Thanks in advance) Quote Share this post Link to post Share on other sites
iiceman 314 Report post Posted July 25, 2015 You cold start reading here: http://blogs.msdn.com/b/eternalcoding/archive/2013/06/28/babylon-js-how-to-load-a-babylon-file-produced-with-blender.aspx It tells how to load a scene (BABYLON.SceneLoader.Load)as well as how to load a mesh (BABYLON.SceneLoader.ImportMesh) from a babylon file. Quote Share this post Link to post Share on other sites