Garrett Johnson
|
d088fc1bf1
Sphere: Add toJSON and fromJSON functions (#31028)
|
il y a 1 an |
Michael Herzog
|
498be07c42
Docs: More JSDoc. (#30588)
|
il y a 1 an |
Michael Herzog
|
722bb0974c
Sphere: Add `isSphere` flag. (#27395)
|
il y a 2 ans |
WestLangley
|
2d500d1573
Sphere: Simplify some methods (#24721)
|
il y a 3 ans |
WestLangley
|
ebf88fac8a
Sphere: clean up (#24704)
|
il y a 3 ans |
Garrett Johnson
|
341b2e863a
Handle empty cases in Sphere.union (#24701)
|
il y a 3 ans |
Garrett Johnson
|
fcd59f3e36
Sphere Fix: Add branch for empty condition in expandByPoint function (#24694)
|
il y a 3 ans |
Michael Herzog
|
9f6d206bfe
Sphere: Fix edge case in union(). (#22981)
|
il y a 4 ans |
Michael Herzog
|
4648572689
Core: Remove checks for mandatory target parameter. (#21990)
|
il y a 5 ans |
Michael Herzog
|
95ce8f1400
Sphere: Add expandByPoint() and union(). (#21493)
|
il y a 5 ans |
Mr.doob
|
8d961db00c
Math: Clean up.
|
il y a 5 ans |
Ian Purvis
|
c7bc586eea
Adds /*@__PURE__*/ to module var assignments
|
il y a 5 ans |
Yomotsu
|
32e90cb623
Sphere: Convert to es6 class
|
il y a 5 ans |
Mugen87
|
820ad6bac0
Core: Remove author comments.
|
il y a 5 ans |
Mugen87
|
557171e38b
Math: Move to let/const.
|
il y a 6 ans |
samfoster
|
e222f9a214
Only default radius to -1, makeEmpty, and sphere that returns isEmpty will also produce an empty box3
|
il y a 6 ans |
samfoster
|
7548e1c4a1
Added new empty concept to sphere with a negative radius. Modified containment / intersection functions to honor isEmpty and return false in this case
|
il y a 6 ans |
samfoster
|
c0a69a1f79
Add makeEmpty function to Sphere
|
il y a 6 ans |
Mugen87
|
ec43642749
Core: Eagerly instantiate module scope variables.
|
il y a 6 ans |
Mugen87
|
66e0e9d30f
Math: Remove closures part I.
|
il y a 6 ans |
WestLangley
|
28d516a01c
Remove optionalTarget
|
il y a 8 ans |
bentok
|
680f499d6b
Add file extension to import paths
|
il y a 8 ans |
Chaitanya Asawa
|
5e64b96df5
Remove accidental white space
|
il y a 8 ans |
Chaitanya Asawa
|
5806d75e8c
Fix distance of sphere center to plane
|
il y a 8 ans |
Tristan VALCKE
|
08c40e22c7
Remove unecessary constructor assignments
|
il y a 9 ans |
Tristan VALCKE
|
c60105d93a
Improve Sphere closure performance
|
il y a 9 ans |
Tristan VALCKE
|
39d8d35a22
Protect Sphere against the closure circular reference bug
|
il y a 9 ans |
Charles Covey-Brandt
|
9c88b5924f
Update to explicitly check for undefined box value, add PR ID for discussion reference.
|
il y a 9 ans |
Charles Covey-Brandt
|
2cde08bc81
Allow lazy loading of the Box3 constructor, so that webpack can load three js source files directly instead of requiring all of the THREE.
|
il y a 9 ans |
Mr.doob
|
5578c057a9
Box2/Box3: Renamed center/size to getCenter/getSize. See #9675.
|
il y a 9 ans |