Mr.doob
|
d6edbe1305
Vector4: I guess z should be 0 when multiplyScalar is 0? Was this a bug in divideScalar?
|
9 years ago |
Mr.doob
|
8c4f342ac4
Vector*: Safe multiplyScalar. See #7326.
|
9 years ago |
Mr.doob
|
521813431b
Vector*: Simplified min() and max()
|
9 years ago |
Mr.doob
|
fc881d66b4
Vector*: Simplified setLength(). See #7326.
|
9 years ago |
Mr.doob
|
9776d27144
Vector*: Simplified clamp(). See #7326.
|
9 years ago |
Daniel Hritzkiv
|
ba65769db7
Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method
|
10 years ago |
gero3
|
923256459e
fixed files to codestyle
|
10 years ago |
Mr.doob
|
22cad1ab86
Merge branch 'addFunctionDefintions' of https://github.com/gero3/three.js into dev
|
10 years ago |
gero3
|
22b4a311c7
add function definintion to closured functions
|
10 years ago |
gero3
|
777e366453
add addScaledVector
|
10 years ago |
Mr.doob
|
cdcdde9337
Reverted console.* to THREE.* change. See #5791.
|
10 years ago |
Mr.doob
|
1f97cfaa5d
Added subScalar to Vector2 and Vector4 too.
|
10 years ago |
Mr.doob
|
3de90b479a
Updated builds.
|
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 |
WestLangley
|
3dd98ca85e
Added Vector*.lerpVectors()
|
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 |
WestLangley
|
a48b71515c
Added fromAttribute() method
|
10 years ago |
arose
|
9c30286b38
Vector*, Quaternion toArray: cleaner code
|
10 years ago |
Alexander Rose
|
fab56e5a67
Vector4 toArray(): return array
|
10 years ago |
Alexander Rose
|
4375424eba
Vector4: Added array and offset to toArray()
|
10 years ago |
Mr.doob
|
7fa9abeda2
Quaternion, Vector*: Added offset to fromArray()
|
10 years ago |
Mr.doob
|
2c4f25af3d
Vector*: Simpler negate code.
|
11 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
|
174ed38ff5
Code clean up.
|
11 years ago |
Tom Whittock
|
8375a6f421
Use clamp for clampScalar implementation
|
11 years ago |
Tom Whittock
|
3a58a5804c
Add Vector methods clampScalar, floor, ceil, round, roundToZero
|
11 years ago |
Mr.doob
|
d30c3703c8
Code clean up and now using inv* pattern.
|
12 years ago |