Ian Purvis
|
c7bc586eea
Adds /*@__PURE__*/ to module var assignments
|
5 years ago |
Yomotsu
|
c210e32735
Line3: Convert to es6 class
|
5 years ago |
Mugen87
|
820ad6bac0
Core: Remove author comments.
|
5 years ago |
Mugen87
|
557171e38b
Math: Move to let/const.
|
5 years ago |
Mugen87
|
e7ca3006b0
Math: Rename to MathUtils.
|
5 years ago |
Mugen87
|
ec43642749
Core: Eagerly instantiate module scope variables.
|
6 years ago |
Mugen87
|
66e0e9d30f
Math: Remove closures part I.
|
6 years ago |
WestLangley
|
28d516a01c
Remove optionalTarget
|
7 years ago |
bentok
|
680f499d6b
Add file extension to import paths
|
8 years ago |
Tristan VALCKE
|
08c40e22c7
Remove unecessary constructor assignments
|
8 years ago |
Tristan VALCKE
|
c579905317
Protect Line3 against the closure circular reference bug
|
8 years ago |
Mr.doob
|
1919742187
Line3: Renamed center() to getCenter(). See 5578c057a95b84972f80fecf134485e9666f0ea3
|
9 years ago |
Mr.doob
|
9147f32ca2
Clean up.
|
9 years ago |
Rich Harris
|
4f98d35ed7
Remove unused `is*` properties (#9381)
|
9 years ago |
Mr.doob
|
bdea7d00ce
Fixed function formatting
|
9 years ago |
Rich Harris
|
f65e669af9
Modules (#9310)
|
9 years ago |
WestLangley
|
a7ed6b10ff
Name closured functions (#9116)
|
9 years ago |
Ben Houston
|
036147e203
geometry/object.clips -> geometry/object.animation
|
10 years ago |
Daniel Hritzkiv
|
8d3f1ce652
Prefer one-line constructor+copy in clone methods
|
10 years ago |
Daniel Hritzkiv
|
ba65769db7
Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method
|
10 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
Mr.doob
|
cc57273cf4
Reverting to Object.prototype = { pattern. Only using it on the methods that really need it.
|
12 years ago |
Mr.doob
|
98a8973e4f
Reverting to old WebGLRenderer again.
|
12 years ago |
Ben Houston
|
a6357d9f45
Rename back LineSegment to Line3 per @mrdoob's preference.
|
12 years ago |
Ben Houston
|
22f2047816
test of Line3 -> LineSegment.
|
12 years ago |
Ben Houston
|
1f4f7e1a79
(Box3|Line3|Plane|Ray|Sphere).transform() -> applyMatrix4() for consistency.
|
12 years ago |
Ben Houston
|
dca460bf4e
add ability to get closestPointToPointParameter on a line.
|
12 years ago |
Ben Houston
|
eeb7919e61
add option to clamp to line or to just get closest point on infinite line.
|
12 years ago |
Ben Houston
|
e08369e815
fix bug in Line3.distance/distanceSq
|
12 years ago |
Ben Houston
|
4d5177f777
add initial Line3.js with unit tests.
|
12 years ago |