Jump to content

Default Loading Screen Help


webGLmmk
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...