Jump to content

Delayed / Async Import Mesh


Rodrix3
 Share

Recommended Posts

I cannot Save this demo into disk, because the Zip function does not work:

https://www.babylonjs-playground.com/#U2KKMK

 

...so my urging question is: 
How do I create a basic file with this demo?

The code on the Playground is "incomplete". What should I do with "delayCreateScene" function?
Where should it be called?

More specifically, given this template:

    <script>
        var canvas = document.getElementById("renderCanvas");
        var engine = new BABYLON.Engine(canvas, true);

        var scene = new BABYLON.Scene(engine);

        engine.runRenderLoop(function () {
            scene.render();
        });

        // Resize
        window.addEventListener("resize", function () {
            engine.resize();
        });
    </script>

..where should I use delayCreateScene function from demo?

Thanks,

Rod

 

 

Link to comment
Share on other sites

  • 3 months later...

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...