Historique des commits

Auteur SHA1 Message Date
  Ben Houston 09348f59bc unit tests should not use minimized version of three.js to help in debugging. il y a 13 ans
  Ben Houston 2e89cf6d3b pull out test suite constants into their own script. il y a 13 ans
  Ben Houston fe2020a8a0 add initial Sphere unit tests. il y a 13 ans
  Ben Houston 7c097f8373 initial Plane unit tests. problems with higher scope variables being utilized between modules. il y a 13 ans
  Ben Houston 7c501b07b9 complete Box3 unit tests, add Box2 unit tests. il y a 13 ans
  Ben Houston de1a1de6b7 focus tests. il y a 13 ans
  Ben Houston be29d9f64d add equals, clone to Box2, Box3, Plane and Sphere. Adopt +Inf/-Inf in Box2 and Box3 per @mrdoob'd recommendation. Begin Box3 unit test. il y a 13 ans
  Ben Houston b6d618099b Vector2: setX, setY, Vector4: setX, setY, setZ, equals. Unit tests for Vector2, Vector3 and Vector4. il y a 13 ans
  Ben Houston 9c175c1e4b qunit test framework + Vector2 tests (still incomplete.) il y a 13 ans
  Ben Houston 2be1ad5bab expand Math.min/max per @alteredq recommendations, add clampSelf per @gero3 il y a 13 ans
  Ben Houston 977c0b5fb4 more changes based on @gero3's feedback. (also removed new Number() in clones) il y a 13 ans
  Ben Houston ae3164787e ensure result is a new object (feedback from @gero3) il y a 13 ans
  Ben Houston 5d70541b3d incorporated more feedback from @gero3. il y a 13 ans
  Ben Houston c4072ef9db apply @gero3 's suggestion to Box2.clampPoint() as well. il y a 13 ans
  Ben Houston 5f59209338 get rid of excessive method calls (and if's) based on @gero3 's suggestion. il y a 13 ans
  Ben Houston 67fdeb97b9 avoid garbage collector as all costs per @gero3 il y a 13 ans
  Ben Houston b5786bbe06 add Box2 based on Box3 paradigm. il y a 13 ans
  Ben Houston f7991d8336 fix copy() methods in Box3, Plane and Sphere to actually copy objects rather than just references. il y a 13 ans
  Ben Houston 82517012e5 optimize Box3.setFromPoints to be as fast as previous code in Geometry.js il y a 13 ans
  Ben Houston b50a1a520e remove unnecessary comments. il y a 13 ans
  Ben Houston 99ed426469 bug fixes. all examples now run while using Box3, Sphere and Plane. il y a 13 ans
  Ben Houston 53ef1756cb nickname consistency. il y a 13 ans
  Ben Houston 5c373708ee move away from static fromXXX-style constructors to setXXX style member functions widely used in ThreeJS. il y a 13 ans
  Ben Houston 4f7ceca8af change Box3, Plane and Sphere declarations from Frustum.js-style to Vector3.js-style. il y a 13 ans
  Ben Houston 6f4995b677 polishing Box3, Plane and Sphere. il y a 13 ans
  Ben Houston cb2b5cece2 adopt Sphere.js and Box3.js in Geometry.js. il y a 13 ans
  Ben Houston d7df2dca4a minor cleanup of Box3 class + no longer modifying input parameter in clampPoint. il y a 13 ans
  Ben Houston 7ca6163266 Plane,Box3,Sphere improvements: static constructors, code simplficiation, optimizations. Box3 made more robust via true empty (+MAX_VALUE,-MIN_VALUE). il y a 13 ans
  Ben Houston acde547ebb proposed Vector3.minSelf, maxSelf - issue #2715 il y a 13 ans
  Ben Houston b6451318d7 simplify Sphere.js via use of Vector3.distanceTo*(), minimize code in Plane.js il y a 13 ans

粤ICP备19079148号