Explorar el Código

remove unused variables from Raycaster.

Ben Houston hace 12 años
padre
commit
367fb776a1
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/core/Raycaster.js

+ 0 - 2
src/core/Raycaster.js

@@ -34,8 +34,6 @@
 
 	};
 
-	var v0 = new THREE.Vector3(), v1 = new THREE.Vector3(), v2 = new THREE.Vector3();
-
 	// http://www.blackpawn.com/texts/pointinpoly/default.html
 
 	var intersectObject = function ( object, raycaster, intersects ) {