Rodrix3 Posted April 20, 2018 Share Posted April 20, 2018 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 Quote Link to comment Share on other sites More sharing options...
hcmetal Posted August 12, 2018 Share Posted August 12, 2018 Hey, Rod. I am having exactly the same problem and cannot find any solution anywhere. I am wondering if you have solved this. If you have, would you be so kind as to let me know how? Thanks a lot! 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.