Mr.doob
|
22cad1ab86
Merge branch 'addFunctionDefintions' of https://github.com/gero3/three.js into dev
|
пре 10 година |
gero3
|
22b4a311c7
add function definintion to closured functions
|
пре 10 година |
gero3
|
777e366453
add addScaledVector
|
пре 10 година |
Mr.doob
|
cdcdde9337
Reverted console.* to THREE.* change. See #5791.
|
пре 10 година |
Mr.doob
|
1f97cfaa5d
Added subScalar to Vector2 and Vector4 too.
|
пре 10 година |
Mr.doob
|
3de90b479a
Updated builds.
|
пре 10 година |
gero3
|
4501d5a51d
revert last commit
|
пре 10 година |
Mr.doob
|
ef2c65dd6d
Merge branch 'error_handlers' of http://github.com/bhouston/three.js into dev
|
пре 10 година |
WestLangley
|
3dd98ca85e
Added Vector*.lerpVectors()
|
пре 10 година |
Ben Houston
|
c9f111c310
adopt THREE.warn rather than THREE.warning to be more inline with console.warn standard.
|
пре 10 година |
Ben Houston
|
1e97815e77
add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings.
|
пре 10 година |
WestLangley
|
a48b71515c
Added fromAttribute() method
|
пре 10 година |
arose
|
9c30286b38
Vector*, Quaternion toArray: cleaner code
|
пре 10 година |
Alexander Rose
|
fab56e5a67
Vector4 toArray(): return array
|
пре 10 година |
Alexander Rose
|
4375424eba
Vector4: Added array and offset to toArray()
|
пре 10 година |
Mr.doob
|
7fa9abeda2
Quaternion, Vector*: Added offset to fromArray()
|
пре 10 година |
Mr.doob
|
2c4f25af3d
Vector*: Simpler negate code.
|
пре 11 година |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
пре 11 година |
Mr.doob
|
40633c8573
Cleaned up warnings and error messages.
|
пре 11 година |
Mr.doob
|
174ed38ff5
Code clean up.
|
пре 11 година |
Tom Whittock
|
8375a6f421
Use clamp for clampScalar implementation
|
пре 11 година |
Tom Whittock
|
3a58a5804c
Add Vector methods clampScalar, floor, ceil, round, roundToZero
|
пре 11 година |
Mr.doob
|
d30c3703c8
Code clean up and now using inv* pattern.
|
пре 12 година |
Mr.doob
|
af203fe9dd
Returning this in fromArray methods.
|
пре 12 година |
Mr.doob
|
e68aeeacaf
Added fromArray() to Vector* for convenience.
|
пре 12 година |
Mr.doob
|
cc57273cf4
Reverting to Object.prototype = { pattern. Only using it on the methods that really need it.
|
пре 12 година |
Mr.doob
|
56825c9acf
Vector4: Moved around the new methods to keep the end structure like in Vector2/3.
|
пре 12 година |
Mr.doob
|
9eaf84a50f
Added Vector*.toArray(). Implemented in SceneExporter2.
|
пре 12 година |
Mr.doob
|
f60212b5b0
Removed re-asigning of constructors.
|
пре 12 година |
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 година |