notjesseolsson Posted October 26, 2014 Share Posted October 26, 2014 Using the new babylon.js 1.14 I created a simple blender scene and loaded it with babylon, and the loading animation from the babylonjs.com appeared while it loaded. No offense to the babylon.js team, but I don't find it to be the prettiest of loading animations. Can this be disabled? My code is literally from here: http://blogs.msdn.com/b/eternalcoding/archive/2013/06/28/babylon-js-how-to-load-a-babylon-file-produced-with-blender.aspx. Quote Link to comment Share on other sites More sharing options...
macguyvok Posted October 26, 2014 Share Posted October 26, 2014 It certainly can. From here: If you want to disable the loading screen, you have to set assetsManager.useDefaultLoadingScreen to false. Should be all you need to do. notjesseolsson 1 Quote Link to comment Share on other sites More sharing options...
notjesseolsson Posted October 26, 2014 Author Share Posted October 26, 2014 Thanks macguyvok. From his link I found that you have to do the following:BABYLON.SceneLoader.ShowLoadingScreen = false 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.