소스 검색

Update webgl_geometry_cube.html

Michael Herzog 2 년 전
부모
커밋
e65edb973f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;