Josiah Konrad
|
f5830756ed
add offset to Matrix4.fromArray for consistency with all other fromArray functions (#9611)
|
9 years ago |
Jay Weeks
|
c1359c05f3
Fix Matrix3 Matrix4 getInverse throwOnDegenerate (#9405)
|
9 years ago |
Mr.doob
|
9147f32ca2
Clean up.
|
9 years ago |
Rich Harris
|
4f98d35ed7
Remove unused `is*` properties (#9381)
|
9 years ago |
Mr.doob
|
bdea7d00ce
Fixed function formatting
|
9 years ago |
Rich Harris
|
f65e669af9
Modules (#9310)
|
9 years ago |
WestLangley
|
a7ed6b10ff
Name closured functions (#9116)
|
9 years ago |
Corey Maler
|
e803bbc036
Speedup Matrix inverse (#8938)
|
9 years ago |
WestLangley
|
6075b47257
minor change to lookAt() edge case (#8844)
|
9 years ago |
tschw
|
494e016dea
Automated uniform.<name>.type. (#8606)
|
9 years ago |
WestLangley
|
7514780978
Matrix4: added premultiply() method
|
9 years ago |
Mr.doob
|
5eb26ca1ba
Replaced degToRad/radToDeg uses in src. See #8471.
|
9 years ago |
Mr.doob
|
f91cc0c1ad
Vector3: setFromMatrixColumn( index, matrix ) to setFromMatrixColumn( m, index )
|
9 years ago |
Mr.doob
|
82b7f8ab69
Merge pull request #8324 from bhouston/setFromMatrixColumn
|
9 years ago |
Ben Houston
|
3817e67188
adopt setFromMatrixColumn instead of manual lower-level functions.
|
9 years ago |
Ben Houston
|
77517d688e
only 3 divides are necessary, not 6.
|
9 years ago |
tschw
|
b02cd521cf
Revised 4x4 matrix inversion.
|
9 years ago |
Mr.doob
|
662047776b
Mover Matrix* legacy code.
|
9 years ago |
Mr.doob
|
cc06a100eb
Clean up.
|
10 years ago |
Mugen87
|
e6f7d2ac79
avoid unnecessary Math.sqrt operations
|
10 years ago |
Ben Houston
|
036147e203
geometry/object.clips -> geometry/object.animation
|
10 years ago |
Daniel Hritzkiv
|
ba65769db7
Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method
|
10 years ago |
Mr.doob
|
ccc2b58605
Matrix4: Added equals().
|
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 |
Fabian Lange
|
dad328077d
use strict (in)equalities
|
10 years ago |
Mr.doob
|
cd49110924
Simplified Matrix*.applyToVector3Array.
|
10 years ago |
Mr.doob
|
17589f60a9
Matrix4: Minor clean up.
|
10 years ago |
Arthur Silber
|
6416348298
Fix minification build errors in Matrix3.js/Matrix4.js
|
10 years ago |
Ben Adams
|
1b6effb204
Some Examples + Buffers/Maths
|
10 years ago |