コミット履歴

作者 SHA1 メッセージ 日付
  WestLangley 1e50c948fe Rename Matrix*.multiplyVector3Array() to Matrix*.applyToVector3Array() 12 年 前
  Martin Wicke 5389b0c415 added fromArray and toArray to Matrix3 12 年 前
  Mr.doob cc57273cf4 Reverting to Object.prototype = { pattern. Only using it on the methods that really need it. 13 年 前
  WestLangley e998138a39 Added Matrix3.getNormalMatrix( m ) and Vector3.transformDirection( m ) 13 年 前
  Mr.doob f60212b5b0 Removed re-asigning of constructors. 13 年 前
  Ben Houston e2df06e005 fix three missed conversions to closures. switch to extending math prototypes rather than replacing them. This is to ensure that types created in closures within a type's prototype definition get their prototype updated with the full definition. 13 年 前
  Ben Houston ceb6671c2f initial adoption of closures in the math library. all unit tests pass. 13 年 前
  Mr.doob bb873d16d6 Added Vector3.projectPoint() as suggested in #2921. 13 年 前
  Mr.doob 17815ddf5d Added deprecated messages to more critical changes. 13 年 前
  Dustbin b9c7e4aad0 fixed multiplyVector3Array in Matrix3 and Matrix4 13 年 前
  Mr.doob 127c0f2400 matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860. 13 年 前
  Mr.doob 189148edf7 Some space/tabs clean up. 13 年 前
  Ben Houston 0263059a2e add credits. 13 年 前
  Ben Houston 568b456c39 remove debugging log message from Matrix3.getInverse 13 年 前
  Ben Houston f52aa6303d expand Matrix3 with set, identity, copy, multiplyScalar, deteminant, clone; Matrix3/4.getInverse will now optionally throw an exception; start Matrix3/4 unit tests 13 年 前
  Ben Houston d821397c16 fixed #2728, Moved geometry primitives out of src/core into src/math. src/core is now exclusive scene primitives. 13 年 前
粤ICP备19079148号