Sitoutushistoria

Tekijä SHA1 Viesti Päivämäärä
  Mr.doob 3de90b479a Updated builds. 11 vuotta sitten
  gero3 4501d5a51d revert last commit 11 vuotta sitten
  Mr.doob ef2c65dd6d Merge branch 'error_handlers' of http://github.com/bhouston/three.js into dev 11 vuotta sitten
  WestLangley 3dd98ca85e Added Vector*.lerpVectors() 11 vuotta sitten
  Ben Houston c9f111c310 adopt THREE.warn rather than THREE.warning to be more inline with console.warn standard. 11 vuotta sitten
  Ben Houston 1e97815e77 add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings. 11 vuotta sitten
  WestLangley a48b71515c Added fromAttribute() method 11 vuotta sitten
  arose 9c30286b38 Vector*, Quaternion toArray: cleaner code 11 vuotta sitten
  Alexander Rose fab56e5a67 Vector4 toArray(): return array 11 vuotta sitten
  Alexander Rose 4375424eba Vector4: Added array and offset to toArray() 11 vuotta sitten
  Mr.doob 7fa9abeda2 Quaternion, Vector*: Added offset to fromArray() 11 vuotta sitten
  Mr.doob 2c4f25af3d Vector*: Simpler negate code. 11 vuotta sitten
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 11 vuotta sitten
  Mr.doob 40633c8573 Cleaned up warnings and error messages. 12 vuotta sitten
  Mr.doob 174ed38ff5 Code clean up. 12 vuotta sitten
  Tom Whittock 8375a6f421 Use clamp for clampScalar implementation 12 vuotta sitten
  Tom Whittock 3a58a5804c Add Vector methods clampScalar, floor, ceil, round, roundToZero 12 vuotta sitten
  Mr.doob d30c3703c8 Code clean up and now using inv* pattern. 12 vuotta sitten
  Mr.doob af203fe9dd Returning this in fromArray methods. 13 vuotta sitten
  Mr.doob e68aeeacaf Added fromArray() to Vector* for convenience. 13 vuotta sitten
  Mr.doob cc57273cf4 Reverting to Object.prototype = { pattern. Only using it on the methods that really need it. 13 vuotta sitten
  Mr.doob 56825c9acf Vector4: Moved around the new methods to keep the end structure like in Vector2/3. 13 vuotta sitten
  Mr.doob 9eaf84a50f Added Vector*.toArray(). Implemented in SceneExporter2. 13 vuotta sitten
  Mr.doob f60212b5b0 Removed re-asigning of constructors. 13 vuotta sitten
  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 vuotta sitten
  Mr.doob 24036c9b25 Added deprecated messages to avoid silent errors when using renamed methods. See #2883. 13 vuotta sitten
  Mr.doob a851b6b645 Removed debugger bits. 13 vuotta sitten
  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 vuotta sitten
  Mr.doob 081a1fd646 Renamed .multiplyMatrix* to .applyMatrix* and .multiplyQuaternion to .applyQuaternion as suggested by @WestLangley in #2860. 13 vuotta sitten
  Mr.doob 127c0f2400 matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860. 13 vuotta sitten

粤ICP备19079148号