e.g. quote:
Now, we make the jump from HTML5 into Javascript. Still inside the
<body>
part of the web page, please add:<script>
// Get the canvas element from our HTML above
var canvas = document.getElementById("renderCanvas");
// Load the BABYLON 3D engine
var engine = new BABYLON.Engine(canvas, true);
No comments:
Post a Comment