Historia zmian

Autor SHA1 Wiadomość Data
  Mr.doob 02a135bc53 Matrix3: Copy Matrix4 constructor style. 12 lat temu
  Mr.doob 89f72bb817 Matrix3/Matrix4: Removed flattenToArray. 12 lat temu
  Mr.doob 042bbef092 Matrix3/Matrix4: flat to array. 12 lat temu
  Ryan Tsao 017ecbb0a2 Added flattenToArray and flattenToArrayOffset methods to Matrix3 12 lat temu
  WestLangley 1e50c948fe Rename Matrix*.multiplyVector3Array() to Matrix*.applyToVector3Array() 12 lat temu
  Martin Wicke 5389b0c415 added fromArray and toArray to Matrix3 12 lat temu
  Mr.doob cc57273cf4 Reverting to Object.prototype = { pattern. Only using it on the methods that really need it. 13 lat temu
  WestLangley e998138a39 Added Matrix3.getNormalMatrix( m ) and Vector3.transformDirection( m ) 13 lat temu
  Mr.doob f60212b5b0 Removed re-asigning of constructors. 13 lat temu
  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 lat temu
  Ben Houston ceb6671c2f initial adoption of closures in the math library. all unit tests pass. 13 lat temu
  Mr.doob bb873d16d6 Added Vector3.projectPoint() as suggested in #2921. 13 lat temu
  Mr.doob 17815ddf5d Added deprecated messages to more critical changes. 13 lat temu
  Dustbin b9c7e4aad0 fixed multiplyVector3Array in Matrix3 and Matrix4 13 lat temu
  Mr.doob 127c0f2400 matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860. 13 lat temu
  Mr.doob 189148edf7 Some space/tabs clean up. 13 lat temu
  Ben Houston 0263059a2e add credits. 13 lat temu
  Ben Houston 568b456c39 remove debugging log message from Matrix3.getInverse 13 lat temu
  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 lat temu
  Ben Houston d821397c16 fixed #2728, Moved geometry primitives out of src/core into src/math. src/core is now exclusive scene primitives. 13 lat temu
粤ICP备19079148号