Sergey Romanov
|
dfb30c324a
fix typo
|
10 yıl önce |
Sergey Romanov
|
354a5c095e
add lengthManhatten
|
10 yıl önce |
Mr.doob
|
1f97cfaa5d
Added subScalar to Vector2 and Vector4 too.
|
10 yıl önce |
gero3
|
4501d5a51d
revert last commit
|
10 yıl önce |
Mr.doob
|
ef2c65dd6d
Merge branch 'error_handlers' of http://github.com/bhouston/three.js into dev
|
10 yıl önce |
WestLangley
|
3dd98ca85e
Added Vector*.lerpVectors()
|
10 yıl önce |
Ben Houston
|
c9f111c310
adopt THREE.warn rather than THREE.warning to be more inline with console.warn standard.
|
10 yıl önce |
Ben Houston
|
1e97815e77
add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings.
|
10 yıl önce |
WestLangley
|
a48b71515c
Added fromAttribute() method
|
10 yıl önce |
arose
|
9c30286b38
Vector*, Quaternion toArray: cleaner code
|
11 yıl önce |
Alexander Rose
|
ebba6ea4a5
Vector2 toArray(): return array
|
11 yıl önce |
Alexander Rose
|
1a0153b9b5
Vector2: Added array and offset to toArray()
|
11 yıl önce |
Mr.doob
|
7fa9abeda2
Quaternion, Vector*: Added offset to fromArray()
|
11 yıl önce |
Mr.doob
|
2c4f25af3d
Vector*: Simpler negate code.
|
11 yıl önce |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 yıl önce |
Mr.doob
|
40633c8573
Cleaned up warnings and error messages.
|
11 yıl önce |
Mr.doob
|
5549e242e0
Object3D: Using Object.defineProperties to avoid object.rotation = new THREE.Euler() pattern. See fffeeb636ee9fa38f2e3a51358c361116d827d8b.
|
11 yıl önce |
gero3
|
9ef56d921f
Update vector2 to add divide and multiply.
|
11 yıl önce |
Mr.doob
|
174ed38ff5
Code clean up.
|
11 yıl önce |
Tom Whittock
|
8375a6f421
Use clamp for clampScalar implementation
|
11 yıl önce |
Tom Whittock
|
3a58a5804c
Add Vector methods clampScalar, floor, ceil, round, roundToZero
|
11 yıl önce |
Mr.doob
|
d30c3703c8
Code clean up and now using inv* pattern.
|
12 yıl önce |
Mr.doob
|
af203fe9dd
Returning this in fromArray methods.
|
12 yıl önce |
Mr.doob
|
e68aeeacaf
Added fromArray() to Vector* for convenience.
|
12 yıl önce |
Mr.doob
|
cc57273cf4
Reverting to Object.prototype = { pattern. Only using it on the methods that really need it.
|
12 yıl önce |
Mr.doob
|
9eaf84a50f
Added Vector*.toArray(). Implemented in SceneExporter2.
|
12 yıl önce |
Mr.doob
|
f60212b5b0
Removed re-asigning of constructors.
|
12 yıl önce |
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 yıl önce |
Mr.doob
|
24036c9b25
Added deprecated messages to avoid silent errors when using renamed methods. See #2883.
|
12 yıl önce |
Mr.doob
|
a851b6b645
Removed debugger bits.
|
12 yıl önce |