Commit History

Author SHA1 Message Date
  Ben Houston 9cb6edf697 add Plane.transform + Sphere.transform, no tests yet. 12 years ago
  Ben Houston 41788bd016 rename Ray.transformSelf -> Ray.transform (simplier name more consistent with rest of library.) 12 years ago
  Ben Houston 05af1b28ce implemented Box3.transform, tested. Removed Box3/Box3.scale as it doesn't work in the general case. move tests to tests/math from tests/core to replace move of tested source files. 12 years ago
  Mr.doob 40dd22c4eb Updated EventTarget. 12 years ago
  alteredq 03fde66832 Merged with @mrdoob 12 years ago
  alteredq 6670e6ad47 WebGLRenderer: added clamping of user specified precision to maximum available. 12 years ago
  Mr.doob bb3aafbd84 Updated builds. 12 years ago
  Mr.doob 99358076dd Removed unused object.boundRadius and object.boundRadiusScale. 12 years ago
  Mr.doob 383b97b983 Nah... a bit too much :P 12 years ago
  Mr.doob c798e7ef2c Updated builds. 12 years ago
  Mr.doob fc94af26dd Made simpler postprocessing example a bit less simple :P 12 years ago
  Mr.doob d0adb01f5e Merge remote-tracking branch 'bhouston/triangle' into dev 12 years ago
  Mr.doob cc40cec153 Added simpler postprocessing example. 12 years ago
  Ben Houston a48922b97c adopt @mrdoob's suggested Box2,Box3 constructor (update tests), make Triangle.normal also available as a static (easy consistent normal generation.) 12 years ago
  Mr.doob fc1fe3fce2 Updated builds. 12 years ago
  Mr.doob 7777df425c Removed Rectangle. 12 years ago
  Mr.doob 8b97c343ba Simplified Plane constructor. 12 years ago
  Mr.doob b3f21340b6 Merge remote-tracking branch 'zfedoran/dev' into dev 12 years ago
  Mr.doob 79dfcfe14d Updated builds. 12 years ago
  Mr.doob 93d82a390a Fixed canvas_interactive_voxelpainter. 12 years ago
  Mr.doob 8b8b33e90c Updated builds. 12 years ago
  Mr.doob 34496e6ead Merge remote-tracking branch 'alteredq/dev' into dev 12 years ago
  Mr.doob bff847a7ee Merge remote-tracking branch 'bhouston/triangle' into dev 12 years ago
  alteredq 103abde318 Editor: removed obsoleted object.deallocate on object delete 12 years ago
  alteredq da8858069b Merged with @mrdoob's dev branch. 12 years ago
  alteredq 81ac4ae6de WebGLRenderer: only nulling colors for disabled / removed lights. 12 years ago
  Ben Adams 17f6d3cd64 Slightly faster string construction 12 years ago
  Ben Houston 6d320dc8df three-math.min.js should be built by default rather than the non-minimified version three-math.js as per pattern already established. 12 years ago
  Ben Houston c927db2fe3 Merge branch 'dev' of git://github.com/mrdoob/three.js.git into triangle 12 years ago
  Ben Houston 3871af55c2 Rename Triangle3.js to Triangle.js per @mrdoob's suggestion here: https://github.com/mrdoob/three.js/issues/2750#issuecomment-11063983 12 years ago