Explorar el Código

Update webgl_geometry_cube.html

Michael Herzog hace 2 años
padre
commit
e65edb973f
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      examples/webgl_geometry_cube.html

+ 0 - 2
examples/webgl_geometry_cube.html

@@ -33,8 +33,6 @@
 
 			function init() {
 
-				console.log( JSON.stringify( new THREE.Quaternion() ) );
-
 				camera = new THREE.PerspectiveCamera( 70, window.innerWidth / window.innerHeight, 1, 1000 );
 				camera.position.z = 400;