소스 검색

Removed unneeded code from Kinect example.

Mr.doob 13 년 전
부모
커밋
586a43e9e3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      examples/webgl_kinect.html

+ 0 - 2
examples/webgl_kinect.html

@@ -217,8 +217,6 @@
 				container.appendChild( renderer.domElement );
 
 				mouse = new THREE.Vector3( 0, 0, 1 );
-				projector = new THREE.Projector();
-				ray = new THREE.Ray( camera.position );
 
 				document.addEventListener( 'mousemove', onDocumentMouseMove, false );