(function(){ //this use to reduce bug with pressing of backspace button console.log("indexWebGL started"); addEventListener('keydown', function (e) { if (e.keyCode === 8) { if (e.target === document.body) { e.preventDefault(); } } }, true); var t = ""; t += "
"; t += " "; t += "
"; t += "
"; t += "
"; t += "
"; t += "
"; t += "
"; t += "
In a few moments you will enter into a world that visualizes your dream and will inspire your imagination"; if(urlParams.hasOwnProperty("dmcl")){ t += "
"; } t += "
"; t += "
Almost ready. Please wait...
"; t += "
"; t += "
"; t += "
"; if(isUnity2019){ t += "
"; } else{ t += ""; } StatisticReport['DOMContentLoaded'] = Math.round(performance.now() - StatisticReport['start']); console.log("DOMContentLoaded time: " + StatisticReport['DOMContentLoaded'] + " ms"); document.getElementById('webGLorPlayer').innerHTML = t; window.progress = new Progress(); progress.Start(); if(urlParams.hasOwnProperty('pause') && urlParams['pause'] != "0"){ return; } if(isUnity2019){ writeDynamic("./static/jsLoader_2019.js", "body"); } else{ writeDynamic("./static/jsLoader.js", "body"); } })();