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.
|
9 years ago |
Mugen87
|
e6f7d2ac79
avoid unnecessary Math.sqrt operations
|
9 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 |
Colin Ballast
|
97e2964266
Fixed extractBasis whitespace
|
10 years ago |
Colin Ballast
|
ab6fe8ebb7
Removed blank line tabs and spaces.
|
10 years ago |
Colin Ballast
|
3424cb5893
Formatting fixes
|
10 years ago |
Colin Ballast
|
0ebba015fd
Added newlines after function signature. Should now be conformant to mdcs.
|
10 years ago |
Colin Ballast
|
a749e7ac37
Fixed whitespace issues.
|
10 years ago |
Colin Ballast
|
0e77ba9c8e
Added lazy loading of variables to Matrix4
|
10 years ago |
brason
|
34024452d4
Removed unused variables.
|
10 years ago |
gero3
|
4501d5a51d
revert last commit
|
10 years ago |
Mr.doob
|
ef2c65dd6d
Merge branch 'error_handlers' of http://github.com/bhouston/three.js into dev
|
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
|
ad068a8757
ensure that "THREE.CLASSNAME:" prefixes all warnings and errors. Redirect two console.log warnings to THREE.warning for improved robustness.
|
10 years ago |
Ben Houston
|
6e77ef510a
remove Matrix4.makeShear per @WestLangley here: https://github.com/mrdoob/three.js/pull/5788#issuecomment-67852744
|
10 years ago |
Ben Houston
|
82c3f50f62
address @mrdoob's and @WestLangley concerning new math additions, add unit tests.
|
10 years ago |
Ben Houston
|
8d503f3b1b
Matrix4.multipleList - easy multiplication of an array of Matrix4. Useful for hierarchies.
|
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 |