ide user ide_gero3
|
e82c1ccd54
first update towards typedarray usage in matrices\n This was done with some simple replaces it doesn't work yet
|
13 лет назад |
Mr.doob
|
8ea08a756c
Docs: Vector3.
|
14 лет назад |
alteredq
|
ccf0ab0579
Found Quaternion => Euler XYZ that seems to work
|
14 лет назад |
Mr.doob
|
aa780e820c
Somehow the lookAt() doesn't need the scale bit...
|
14 лет назад |
Mr.doob
|
6aa1ae2db7
Fixed Vector3' getRotationFromMatrix(). Trying to use it again in Object3D' applyMatrix()
|
14 лет назад |
alteredq
|
025fb6243a
Merge part 2.
|
14 лет назад |
alteredq
|
29e875a3d5
Merging with mrdoob's dev branch, step 1.
|
14 лет назад |
Mr.doob
|
9809101319
Implemented Object3D.applyMatrix().
|
14 лет назад |
alteredq
|
baf0f65e1d
Made Vector3.relativeToAbsolute and absoluteToRelative garbage collection friendly.
|
14 лет назад |
Mr.doob
|
2c60d40901
Added Vector3.absoluteToRelative and Vector3.relativeToAbsolute. Thanks to @G3z for the initial suggestion. Thanks to @em for the naming hint. Fixes #1043.
|
14 лет назад |
alteredq
|
a763461d42
Added lerpSelf to Vector2, Vector3 and UV. Added handling of UVs to GeometryUtils.tessellate.
|
14 лет назад |
Mr.doob
|
48f076b7f0
Fixed #1180. Incorrect Vector3.setRotationFromMatrix(). Thanks @WestLangley!
|
14 лет назад |
alteredq
|
8544e4b9f5
Added Vector3 docs. Also some small fixes in Vector3 and Vector2 implementations.
|
14 лет назад |
Mr.doob
|
7ce228ad12
Optimised Ray yet again. Adeed @banaadams 's texture.onUpdate.
|
14 лет назад |
Mr.doob
|
f849f34b1e
Redid `CylinderGeometry`.
|
14 лет назад |
Mr.doob
|
ee80c958a1
TorusGeometry: Proper vertex and face normal calculation.
|
14 лет назад |
Mr.doob
|
4e1d803a5e
Merge remote-tracking branch 'robertshield/master' into dev
|
14 лет назад |
Robert Shield
|
91fd762303
Fix Vector3.divideSelf, previously it called an undefined method.
|
14 лет назад |
Mr.doob
|
1578a27d33
Updated constructor position and buils.
|
14 лет назад |
Mr.doob
|
55b753ed09
Merging with @pushmatrix's mater.
|
14 лет назад |
Nico Kruithof
|
82a0bcfc26
fixed a typo.
|
14 лет назад |
Mr.doob
|
e712e894e9
Merging with egraether's branch.
|
14 лет назад |
Mr.doob
|
e5e4ff79ee
Fixed Vector3::setRotationFromMatrix
|
15 лет назад |
Mr.doob
|
c89b4008f3
Added translate( distance, axis ), translateX( distance ), translateY( distance ) and translateZ( distance ) methods to Object3D.
|
15 лет назад |
Mr.doob
|
1a115ae86f
Object3D::matrixNeedsUpdate ⟶ Object3D::matrixWorldNeedsUpdate
|
15 лет назад |
Mr.doob
|
cf732e694b
WebGLRenderer::sortObjects = true by detault.
|
15 лет назад |
Mr.doob
|
f2af3864cc
Matrix4 public and static methods clean up.
|
15 лет назад |
Mr.doob
|
f5e819fe14
Removed all the toString methods (saving 6kbytes)
|
15 лет назад |
Mr.doob
|
27dc056af4
Minor refactoring and clean up.
|
15 лет назад |
alteredq
|
2ecbe2dec2
A lot of bugfixing and refactoring.
|
15 лет назад |