Browse Source

remove unused variables from Raycaster.

Ben Houston 12 years ago
parent
commit
367fb776a1
1 changed files with 0 additions and 2 deletions
  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 ) {