Commit History

Author SHA1 Message Date
  Erik Kitson 62d2560b3c Fixed typos in Matrix4's transpose() and getInverse(). Also added convenience functions for adding a translation or rotation to a matrix (rather than just setting them). 13 years ago
  Mr.doob 6b151b552e Merging with @alteredq's experimental branches. 14 years ago
  Mr.doob 378c3fdfed Removing some deprecated warnings. 14 years ago
  Mr.doob 0971db286f I wonder if this still affects performance nowadays. 14 years ago
  Mr.doob 6419bd37d9 Got CanvasRenderer and SVGRenderer using the new Scene Graph. 14 years ago
  Mr.doob 1e5fc98582 Reworking Scene Graph setup. 14 years ago
  alteredq 517f0f55ca Fixed bug preventing setting 0 values in constructor at several places. 14 years ago
  alteredq 692b392750 Refactored Matrix4 compose / decompose to reduce memory consumption (untested). 14 years ago
  Mr.doob f0ef2532b8 Merging with @timknip2's mater. 14 years ago
  Mr.doob 1578a27d33 Updated constructor position and buils. 14 years ago
  Mr.doob 55b753ed09 Merging with @pushmatrix's mater. 14 years ago
  Mr.doob d1f5c68066 Merging with alteredq's dev. 14 years ago
  Mr.doob 21739383a4 Merge remote-tracking branch 'rectalogic/euler' 14 years ago
  Andrew Wason 0825c1f612 Add support for additional Euler rotation orders. 14 years ago
  Mr.doob 4b2de9b91d Reverted to proper Matrix4.multiply() (thanks @lukem1) 14 years ago
  Mr.doob 18f7859974 Ray now intersects with particles too. (thx @jaycrossler) 14 years ago
  Mikael Emtinger d10df1a509 Added functions for getPosition(), getColumnX(), getColumnY() and getColumnZ() to easier access the different components of the matrix. 14 years ago
  Mr.doob dd52560369 Some basic performance optimisations on voxel examples. Bottleneck is still Ray caster anyway :/ 14 years ago
  alteredq e7ab9e58a2 Implemented simple forward facing animation type for Catmull-Rom splines. 14 years ago
  Mikael Emtinger 42b0d7e0bf Removed n.X4 = eye.xyz from lookAt 14 years ago
  Mikael Emtinger 549f9b03a5 Merged with alteredq. 14 years ago
  Mr.doob 482fe243a4 Removed Matrix4.multiplyVector3OnlyZ as it's not being used... ? 14 years ago
  Mr.doob c89b4008f3 Added translate( distance, axis ), translateX( distance ), translateY( distance ) and translateZ( distance ) methods to Object3D. 14 years ago
  Mr.doob 1a115ae86f Object3D::matrixNeedsUpdate ⟶ Object3D::matrixWorldNeedsUpdate 14 years ago
  Mr.doob f2af3864cc Matrix4 public and static methods clean up. 14 years ago
  Mikael Emtinger 2ab6fb41ad Mergable: 14 years ago
  Mr.doob 6e16d3b297 Removed WebGLRenderer2. 14 years ago
  Mr.doob 431b14f98e Merging with empaempa's branch 14 years ago
  Mr.doob f5e819fe14 Removed all the toString methods (saving 6kbytes) 14 years ago
  alteredq e4f759c225 Optimized Matrix4.transpose and fixed performance test. 14 years ago