Tristan VALCKE
|
39d8d35a22
Protect Sphere against the closure circular reference bug
|
9 жил өмнө |
Charles Covey-Brandt
|
9c88b5924f
Update to explicitly check for undefined box value, add PR ID for discussion reference.
|
9 жил өмнө |
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.
|
9 жил өмнө |
Mr.doob
|
5578c057a9
Box2/Box3: Renamed center/size to getCenter/getSize. See #9675.
|
9 жил өмнө |
Mr.doob
|
9147f32ca2
Clean up.
|
9 жил өмнө |
Rich Harris
|
4f98d35ed7
Remove unused `is*` properties (#9381)
|
9 жил өмнө |
Mr.doob
|
bdea7d00ce
Fixed function formatting
|
9 жил өмнө |
Rich Harris
|
f65e669af9
Modules (#9310)
|
9 жил өмнө |
WestLangley
|
a7ed6b10ff
Name closured functions (#9116)
|
9 жил өмнө |
Mr.doob
|
1e413bd1c3
Sphere: Clean up.
|
10 жил өмнө |
Mugen87
|
b89521d1c2
bugfix intersectsPlane and new unit tests
|
10 жил өмнө |
Mugen87
|
f220ce1d65
add plane/box and plane/sphere intersection test
|
10 жил өмнө |
Mr.doob
|
916ce9c675
Renamed isIntersection* to intersects*. See #7376.
|
10 жил өмнө |
Mugen87
|
bd236dab4c
Added Box3/Sphere intersection tests
|
10 жил өмнө |
Ben Houston
|
036147e203
geometry/object.clips -> geometry/object.animation
|
10 жил өмнө |
Daniel Hritzkiv
|
8d3f1ce652
Prefer one-line constructor+copy in clone methods
|
10 жил өмнө |
Daniel Hritzkiv
|
ba65769db7
Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method
|
10 жил өмнө |
gero3
|
923256459e
fixed files to codestyle
|
10 жил өмнө |
gero3
|
4501d5a51d
revert last commit
|
11 жил өмнө |
gero3
|
fe8493157e
codestyle fixes
|
11 жил өмнө |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 жил өмнө |
Mr.doob
|
22e89b223c
Minor aesthetical tweaks.
|
12 жил өмнө |
Mr.doob
|
1de68da790
Added sphere.center support to BufferGeometry. See #3748.
|
12 жил өмнө |
jotinha
|
3699fc2336
Support for boundingSphere with arbitrary center
|
12 жил өмнө |
WestLangley
|
fc5e3e1a15
Miscelaneous fixes
|
12 жил өмнө |
Mr.doob
|
cc57273cf4
Reverting to Object.prototype = { pattern. Only using it on the methods that really need it.
|
13 жил өмнө |
Ben Houston
|
1f4f7e1a79
(Box3|Line3|Plane|Ray|Sphere).transform() -> applyMatrix4() for consistency.
|
13 жил өмнө |
Mr.doob
|
f60212b5b0
Removed re-asigning of constructors.
|
13 жил өмнө |
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.
|
13 жил өмнө |
Mr.doob
|
39763ab7d0
Changed back some .projectPoint() to .applyMatrix4() as per bb873d16d676ead71dfce5181a73828b5993a05f.
|
13 жил өмнө |