(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 += "