Commit History

Autor SHA1 Mensaxe Data
  Ben Houston 3cdefd64e6 remove Raycaster dependence on face.centroid, instead use 1st vertex of the face (vertices[face.a]). %!s(int64=12) %!d(string=hai) anos
  Ben Houston 4749e9bad3 make it possible to run unit tests against either three.js, three.min.js, three-math.js as well as direct sources. %!s(int64=12) %!d(string=hai) anos
  Ben Houston 344cca360b now building three-math.js via build_all.* (fixed #2754) %!s(int64=12) %!d(string=hai) anos
  Ben Houston d4201ca02c fixed #2732, including ThreeJS individual JavaScript files directly rather than using build/three.js %!s(int64=12) %!d(string=hai) anos
  Ben Houston f51168820e reduce GC load on Ray.recastSelf(), simplify Ray.at(). %!s(int64=12) %!d(string=hai) anos
  Ben Houston d2ec2d885c add some missing ;'s, spread around code credits, add some comments. %!s(int64=12) %!d(string=hai) anos
  Ben Houston ef2d69065f Triangle3.barycoodinate -> Triangle3.barycoordFromPoint. Add unit test for barycoordFromPoint. Fix order of components in returned barycoords. %!s(int64=12) %!d(string=hai) anos
  Ben Houston 6662934d5c rn setPointsAndIndices -> setFromPointsAndIndices and add unit test. %!s(int64=12) %!d(string=hai) anos
  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. %!s(int64=12) %!d(string=hai) anos
  Ben Houston e47032d0f7 Merge branch 'dev' of git://github.com/mrdoob/three.js.git into ray3 %!s(int64=12) %!d(string=hai) anos
  Ben Houston c5d38e8993 add Triangle3, add optionalTargets to Box2,Box3,Plane,Sphere,Ray where possible to reduce GC load, add Triangle3 unit tests. %!s(int64=12) %!d(string=hai) anos
  Mr.doob 31bc5741fe Merge remote-tracking branch 'benaadams/patch-5' into dev %!s(int64=12) %!d(string=hai) anos
  Mr.doob 6e0c0aaecf Simplified Geometry's boundingSphere and boundingBox checks. %!s(int64=12) %!d(string=hai) anos
  Ben Adams 4061f08f37 Recalc scene before using matrix %!s(int64=12) %!d(string=hai) anos
  alteredq 11f6d92f1d Updated builds. %!s(int64=12) %!d(string=hai) anos
  alteredq a7cd32a4d8 Merge remote-tracking branch 'remotes/zz85/master' into dev %!s(int64=12) %!d(string=hai) anos
  alteredq 4073df5091 More garbage collection friendly (on repeated calls) Geometry.computeBoundingBox() and Geometry.computeBoundingSphere() %!s(int64=12) %!d(string=hai) anos
  zz85 c48feb3e05 Optimize FontUtils.Triangulate() by inlining insideTriangle() - thanks @davidberneda #2748 %!s(int64=12) %!d(string=hai) anos
  Mr.doob 3823a3d42e Changed *Library from Array to Object. Fixes #2745. %!s(int64=12) %!d(string=hai) anos
  Mr.doob bb7b363148 Updated builds. %!s(int64=12) %!d(string=hai) anos
  Mr.doob 7f84c7655c Fixed compiler errors. %!s(int64=12) %!d(string=hai) anos
  Mr.doob abdb139406 Merge remote-tracking branch 'bhouston/ray3' into dev %!s(int64=12) %!d(string=hai) anos
  Ben Houston 97d43cd4cd adopt Sphere class as geometry.boundingSphere in extras. %!s(int64=12) %!d(string=hai) anos
  Mr.doob 731717a051 Editor: Default state to empty. %!s(int64=12) %!d(string=hai) anos
  Mr.doob ef79b0e686 Merge remote-tracking branch 'zz85/docs' into dev %!s(int64=12) %!d(string=hai) anos
  Ben Houston b11e805560 add degreesToRadians / radiansToDegrees to Math. %!s(int64=12) %!d(string=hai) anos
  Mr.doob aaceceb00d Merge remote-tracking branch 'tapio/normalmap-transparent' into dev %!s(int64=12) %!d(string=hai) anos
  Ben Houston ff62058fe4 clean up formatting per ThreeJS style. %!s(int64=12) %!d(string=hai) anos
  Ben Houston ea832104ac Raycaster improvements: ensure input ray is normalized, move up quick distance/near-far testing, unnest logic in Raycaster and centralize the addition of hits to the list of intersects. %!s(int64=12) %!d(string=hai) anos
  zz85 e4c0c6878d Remove .getNormalVector() from Curve.js %!s(int64=12) %!d(string=hai) anos