Browse Source

Removed vertices from intersection object.

Tarek Sherif 12 năm trước cách đây
mục cha
commit
99bfd792a9
3 tập tin đã thay đổi với 191 bổ sung195 xóa
  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,

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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,

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác