Commit History

Author SHA1 Message Date
  Mr.doob 3a76479eaa Quaternion: Minor optimisation. 10 years ago
  Daniel Hritzkiv ba65769db7 Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method 10 years ago
  Mr.doob 3b5f4da3d2 Euler/Quaternion: I don't think these are needed. 10 years ago
  gero3 760252a560 add space after comma 10 years ago
  gero3 923256459e fixed files to codestyle 10 years ago
  Mr.doob cdcdde9337 Reverted console.* to THREE.* change. See #5791. 10 years ago
  brason eb68622a6e Add missing semicolons 10 years ago
  Ben Houston c9f111c310 adopt THREE.warn rather than THREE.warning to be more inline with console.warn standard. 10 years ago
  Ben Houston 1e97815e77 add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings. 10 years ago
  arose 9c30286b38 Vector*, Quaternion toArray: cleaner code 11 years ago
  Alexander Rose df724c6b5b Quaternion toArray(): return array; fix property names 11 years ago
  Alexander Rose 654da558fb Quaternion: Added array and offset to toArray() 11 years ago
  Mr.doob 7fa9abeda2 Quaternion, Vector*: Added offset to fromArray() 11 years ago
  Mr.doob bc75eba7f4 Editor: Saving panels collapsed state to localStorage. 11 years ago
  Henri Astre b2dd2418e2 Fix coding style #2 11 years ago
  Henri Astre 99b7e5311a Fix coding style 11 years ago
  Henri Astre 1965a19f3d Fix Quaternion.slerp for special case t=0 and t=1 11 years ago
  Mr.doob 458dd67c84 Fixed cannon.js breakage... 11 years ago
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 11 years ago
  Mr.doob 8ac091b72c Merge pull request #4769 from lpsinger/orbitcontrols_locking_near_poles 11 years ago
  Mr.doob 40633c8573 Cleaned up warnings and error messages. 11 years ago
  Leo Singer 84f7367ac6 Add Quaternion dot() method instead of converting to Vector4 11 years ago
  Mr.doob eabdc89686 Quaternion: Avoiding double call to onChangeCallback in setFromUnitVectors. Added call to onChangeCallback in normalize(). See fffeeb636ee9fa38f2e3a51358c361116d827d8b. 11 years ago
  Mr.doob fffeeb636e Simplified Euler/Quaternion setup. See #4599. 11 years ago
  WestLangley c0f243c6d1 Quaternion.setFromUnitVectors(): Fixed edge case 11 years ago
  WestLangley 796363caba Set Camera.up as the orbit axis in OrbitControls 11 years ago
  Daniel Ribeiro 22e629a119 Updating quaternion fromEuler. Tests were failing silently, only showing on console, but throwing an exception makes the tests properly fail. 12 years ago
  Mr.doob 0e9f32f1dd Checking if euler is instance of THREE.Euler. Fixes #3737. 12 years ago
  Mr.doob aa2b36105b Fixed remaining getter based value access. 12 years ago
  Mr.doob 972c852e9e Removed Rotation class. Using getters/setters to keep .rotation and .quaternion in sync. 12 years ago