Browse Source

Removed vertices from intersection object.

Tarek Sherif 11 years ago
parent
commit
99bfd792a9
3 changed files with 191 additions and 195 deletions
  1. 0 2
      build/three.js
  2. 191 191
      build/three.min.js
  3. 0 2
      src/core/Raycaster.js

+ 0 - 2
build/three.js

@@ -7148,7 +7148,6 @@ THREE.EventDispatcher.prototype = {
 
 								distance: distance,
 								point: intersectionPoint,
-								vertices: [vA.clone(), vB.clone(), vC.clone()],
 								indices: [a, b, c],
 								face: null,
 								faceIndex: null,
@@ -7213,7 +7212,6 @@ THREE.EventDispatcher.prototype = {
 
 							distance: distance,
 							point: intersectionPoint,
-							vertices: [vA.clone(), vB.clone(), vC.clone()],
 							indices: [a, b, c],
 							face: null,
 							faceIndex: null,

File diff suppressed because it is too large
+ 191 - 191
build/three.min.js


+ 0 - 2
src/core/Raycaster.js

@@ -164,7 +164,6 @@
 
 								distance: distance,
 								point: intersectionPoint,
-								vertices: [vA.clone(), vB.clone(), vC.clone()],
 								indices: [a, b, c],
 								face: null,
 								faceIndex: null,
@@ -229,7 +228,6 @@
 
 							distance: distance,
 							point: intersectionPoint,
-							vertices: [vA.clone(), vB.clone(), vC.clone()],
 							indices: [a, b, c],
 							face: null,
 							faceIndex: null,

Some files were not shown because too many files changed in this diff