Wandalen
|
cacd2e3126
Color/Euler: fix 'toArray' broken expected behavior #3
|
10 years ago |
Wandalen
|
f8579eb078
Color/Euler: fix 'toArray' broken expected behavior #2
|
10 years ago |
Wandalen
|
a53d5d2025
Color/Euler: 'toArray' expected behavior fix
|
10 years ago |
Ben Houston
|
c9f111c310
adopt THREE.warn rather than THREE.warning to be more inline with console.warn standard.
|
10 years ago |
Mr.doob
|
037cccf05f
Updated builds.
|
10 years ago |
Ben Houston
|
82c3f50f62
address @mrdoob's and @WestLangley concerning new math additions, add unit tests.
|
10 years ago |
Ben Houston
|
7af872306a
add Euler.setFromVector helper.
|
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 |
Ben Houston
|
448326bb40
improved Matrix4 type checking on Euler, Matrix3 and Quaternion for ambiguous cases.
|
10 years ago |
Ben Houston
|
ef3bfa70ad
Euler.toVector3(), very useful.
|
10 years ago |
Mr.doob
|
738a7d0a99
Euler code clean up.
|
10 years ago |
Ben Houston
|
b6217c7d21
pass along update to Euler.setFromRotationMatrix.
|
10 years ago |
Ben Houston
|
05e26f97cc
fix Euler.setFromQuaternion bug - see #5659
|
10 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
Mr.doob
|
40633c8573
Cleaned up warnings and error messages.
|
11 years ago |
Mr.doob
|
fffeeb636e
Simplified Euler/Quaternion setup. See #4599.
|
11 years ago |
Mr.doob
|
a54c8a5676
Euler: Replace instantiating clamp function with THREE.Math.clamp.
|
11 years ago |
Mr.doob
|
f77750203a
Fixed Euler.fromArray bug.
|
12 years ago |
Mr.doob
|
972c852e9e
Removed Rotation class. Using getters/setters to keep .rotation and .quaternion in sync.
|
12 years ago |
Mr.doob
|
2ead684b45
Post merge fixes.
|
12 years ago |
Ben Houston
|
9f86edff40
remove Euler.clamp and Math.fpModulus per @WestLangley.
|
12 years ago |
Ben Houston
|
44e6f6ab36
Added Euler unit tests, fixed one bug in Euler, one bug in Rotation.
|
12 years ago |
Ben Houston
|
09d6532e84
implement initial Euler.reorder() function and remove Euler.alternativeSolution() per @WestLangley.
|
12 years ago |
Ben Houston
|
9b86340bdc
improve handling of unspecified orders in Euler.setFrom*() functions. Fill out Euler.clamp().
|
12 years ago |
Ben Houston
|
a16a9f6775
complete Euler class, update examples, update Object3D, update unit tests.
|
12 years ago |