Istoricul angajamentelor

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  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 ani în urmă
  Ben Houston ceb6671c2f initial adoption of closures in the math library. all unit tests pass. 13 ani în urmă
  Mr.doob d1cc46ffba Renamed Vector3 projectPoint() to applyProjection() as per @WestLangley suggestion in bb873d16d676ead71dfce5181a73828b5993a05f. 13 ani în urmă
  Mr.doob bb873d16d6 Added Vector3.projectPoint() as suggested in #2921. 13 ani în urmă
  Mr.doob 0a82d24fcb Reverted Matrix4 makeTranslate/makeScale change. As suggested by @WestLangley in #2780. 13 ani în urmă
  Mr.doob 17815ddf5d Added deprecated messages to more critical changes. 13 ani în urmă
  Dustbin b9c7e4aad0 fixed multiplyVector3Array in Matrix3 and Matrix4 13 ani în urmă
  Mr.doob 24036c9b25 Added deprecated messages to avoid silent errors when using renamed methods. See #2883. 13 ani în urmă
  Mr.doob a851b6b645 Removed debugger bits. 13 ani în urmă
  Mr.doob b062fee866 Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860. 13 ani în urmă
  Mr.doob 127c0f2400 matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860. 13 ani în urmă
  Mr.doob 189148edf7 Some space/tabs clean up. 13 ani în urmă
  Ben Houston 7cbfbbf288 reorder based on @WestLangley suggestion. 13 ani în urmă
  Ben Houston 449d203de7 pull out common factors of Matrix4.determinant. 13 ani în urmă
  Ben Houston d3bd682b37 reorder Matrix4.determinant to match order used by Matrix4.getInverse 13 ani în urmă
  Ben Houston 0263059a2e add credits. 13 ani în urmă
  Ben Houston bffacabbf3 optimize determinant calculation in Matrix4.getInverse() 13 ani în urmă
  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 ani în urmă
  Ben Houston 56a1e4fca1 Merge branch 'quaternion_polish' into three_math_degreesToRadians 13 ani în urmă
  Ben Houston a1c4489a2e add new credits to Quaternion.js, expand Quaternion unit tests, move Matrix4 set* methods to standard file location. 13 ani în urmă
  Ben Houston 6e0d2115ca adopting THREE.Math.degToRad/radToDeg for code readability. 13 ani în urmă
  Ben Houston 26b57b81be Matrix4.makeTranslation and Matrix4.makeScale now take Vector3 instead of thee scalars per #2780 13 ani în urmă
  Ben Houston d821397c16 fixed #2728, Moved geometry primitives out of src/core into src/math. src/core is now exclusive scene primitives. 13 ani în urmă
粤ICP备19079148号