Commit History

Author SHA1 Message Date
  Ben Houston ccd05905ee add backwards compatibility stubs with deprecated warnings for Matrix4.setRotationFromEuler/setRotationFromQuaternion/compose 12 years ago
  Ben Houston 715ed487a8 Matrix4.compose -> makeFromPositionQuaternionScale, add Matrix4.makeFromPositionEulerScale(). 12 years ago
  Ben Houston 2d5c5ca4d7 optimize Matrix4.compose to remove temporaries and unnecessary matrix multiplication. 12 years ago
  Ben Houston 36e9847200 simplify Object3D matrix construction via use of Matrix4.compose(). 12 years ago
  Ben Houston 0bf97352fa Matrix4.setRotationFrom* -> Matrix4.makeRotationFrom* and make them fully destructive as they are already partially destructive. 12 years ago
  Mr.doob af39069f3c Updated builds. 12 years ago
  Mr.doob f2f9e2ef22 Editor: Disabled Export Scene. 12 years ago
  Mr.doob a7482dc18d SceneLoader: Handling geometry and material names. 12 years ago
  Mr.doob 39166f0908 SceneExporter2/SceneLoader2: Improved SpotLight and HemisphereLight support. 12 years ago
  Mr.doob 40afd5c010 Updated builds. 12 years ago
  Mr.doob 5d3a56beaf Removed yet some more .translate() and .rotateByAxis() instances. See #3185. 12 years ago
  Mr.doob b8b339d3a0 Updated builds. 12 years ago
  Mr.doob 631c60db4b Basic implementation of MaterialLoader. 12 years ago
  Mr.doob dff219aed3 Added MaterialLoader and MaterialExporter. 12 years ago
  Mr.doob 33deb3be7e Editor: Implemented localStorage. Thanks to @sole for the suggestion! 12 years ago
  Mr.doob c4b43e869d SceneExporter2: Added handling of built-in geometries. 12 years ago
  Mr.doob 918c355cab Editor: Add scene children instead of scene. 12 years ago
  Mr.doob 165aa2572e SceneLoader2: Added more object types. 12 years ago
  Mr.doob 9e594cb112 Updated builds. 12 years ago
  Mr.doob 8d7d0f17e0 Renamed Matrix4's .extractPosition() and .extractRotation() to .copyPosition() and .copyRotation(). 12 years ago
  Mr.doob 45076157fe Removed remaining Matrix4 .translate() and .rotateByAxis() dependencies. Fixes #3185. 12 years ago
  Mr.doob aeb1135135 Updated builds. 12 years ago
  Mr.doob 04fb8d3a97 Merge remote-tracking branch 'zz85/master' into dev 12 years ago
  Mr.doob afcfa527a0 Updated builds. 12 years ago
  Mr.doob 905ab19acc Added morphTargets support to MeshNormalMaterial. Fixes #3200. 12 years ago
  Mr.doob 7906761dd9 SceneLoader2 wrongly using SceneExporter2 constructor. 12 years ago
  Mr.doob 2503edec08 Implemented hierarchy to SceneLoader2. 12 years ago
  Mr.doob 7732b04273 WebGLRenderer: ids need to be sorted in reverse. 12 years ago
  Tomas Carnecky a7f53ec93f Fix the renderList sort function to be truly stable 12 years ago
  Mr.doob 9b7ec2700d Updated builds. 12 years ago