Commit History

Author SHA1 Message Date
  Ben Houston 79e173ed55 complete Plane unit tests. fix bugs with Plane.translate and Plane.transform. 12 years ago
  Ben Houston 9cb6edf697 add Plane.transform + Sphere.transform, no tests yet. 12 years ago
  Mr.doob 8b97c343ba Simplified Plane constructor. 12 years ago
  Ben Houston 14ad378826 All unit tests pass now for Box2, Box3 and Triangle3. Fix bug in Plane.js caught in Triangle3 unit tests. Replace Raycaster.pointInFace3 with Triangle3.containsPoint, no loss of FPS in examples. 12 years ago
  Ben Houston c5d38e8993 add Triangle3, add optionalTargets to Box2,Box3,Plane,Sphere,Ray where possible to reduce GC load, add Triangle3 unit tests. 12 years ago
  Ben Houston f3671a9def remove non-core and trivial geometric primitive fucntions to reduce code bulk. 12 years ago
  Ben Houston d821397c16 fixed #2728, Moved geometry primitives out of src/core into src/math. src/core is now exclusive scene primitives. 12 years ago