We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cfb14 commit 13f1e9eCopy full SHA for 13f1e9e
chapter-01/02-first-scene.html
@@ -41,6 +41,7 @@
41
var axes = new THREE.AxisHelper( 20 );
42
scene.add(axes);
43
44
+/*
45
// create the ground plane
46
var planeGeometry = new THREE.PlaneGeometry(60,20);
47
var planeMaterial = new THREE.MeshBasicMaterial({color: 0xcccccc});
@@ -88,6 +89,7 @@
88
89
camera.position.y = 40;
90
camera.position.z = 30;
91
camera.lookAt(scene.position);
92
+ */
93
94
// add the output of the renderer to the html element
95
$("#WebGL-output").append(renderer.domElement);
@@ -100,4 +102,4 @@
100
102
101
103
</script>
104
</body>
-</html>
105
+</html>
0 commit comments