webGLmmk Posted September 29, 2016 Share Posted September 29, 2016 Looked through the questions and docs, and I think what I want is a not quite as complex as that. I"m fine with the basic loading screen, and setting the text below it... http://www.babylonjs-playground.com/#1PWCZ8#1 So the scene renders first and THEN shows the loading screen, then the loading screen doesn't go away. I tried putting in something like... setTimeout(function () { engine.hideLoadingUI(); }, 16); // or 50); but then it didn't show at all...the playground samples I've seen are using an imported mesh and I'm not really doing that. Quote Link to comment Share on other sites More sharing options...
Temechon Posted September 29, 2016 Share Posted September 29, 2016 Hello, Check here : http://www.babylonjs-playground.com/#1PWCZ8#2 line 8/9 webGLmmk 1 Quote Link to comment Share on other sites More sharing options...
webGLmmk Posted September 29, 2016 Author Share Posted September 29, 2016 8 hours ago, Temechon said: Hello, Check here : http://www.babylonjs-playground.com/#1PWCZ8#2 line 8/9 Thanks! 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.