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 |
Mr.doob
|
380dba5f5d
Quaternion code clean up.
|
12 years ago |
Ben Houston
|
a16a9f6775
complete Euler class, update examples, update Object3D, update unit tests.
|
12 years ago |
Mr.doob
|
60db8b6617
Added fromArray and toArray to Quaternion.
|
12 years ago |
Mr.doob
|
cc57273cf4
Reverting to Object.prototype = { pattern. Only using it on the methods that really need it.
|
12 years ago |
Mr.doob
|
f60212b5b0
Removed re-asigning of constructors.
|
12 years ago |
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.
|
12 years ago |
Mr.doob
|
59afe1a3f0
Moved Vector3's __q1 to Vector3. Updated includes list. See #2920.
|
12 years ago |
WestLangley
|
9e87d44f0d
Added Vector3.applyEuler() and Vector3.applyAxisAngle
|
12 years ago |
Mr.doob
|
17815ddf5d
Added deprecated messages to more critical changes.
|
12 years ago |
Mr.doob
|
24036c9b25
Added deprecated messages to avoid silent errors when using renamed methods. See #2883.
|
12 years ago |
Mr.doob
|
a851b6b645
Removed debugger bits.
|
12 years ago |
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.
|
12 years ago |
Mr.doob
|
127c0f2400
matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860.
|
12 years ago |