Mr.doob
|
02a36a8fa6
Box3: Implemented @arose min/max optimisation. See #8078.
|
9 years ago |
Mr.doob
|
2132c4b85d
Box*: Code prettiness.
|
9 years ago |
Mr.doob
|
9d9e7d0a02
Box3: Added setFromArray. See #7974.
|
9 years ago |
Mr.doob
|
2e37f1170e
Box2/Box3: Renamed .empty() to .isEmpty().
|
9 years ago |
Mr.doob
|
38a056f658
Clean up.
|
9 years ago |
Mr.doob
|
b31a1d563b
Box3: Fixed typo.
|
9 years ago |
Mr.doob
|
278fdbdffd
Box3: Simplified setFromObject.
|
9 years ago |
Mr.doob
|
70b2bd4bf7
Moved Box* legacy code.
|
9 years ago |
Mugen87
|
f220ce1d65
add plane/box and plane/sphere intersection test
|
9 years ago |
Mr.doob
|
916ce9c675
Renamed isIntersection* to intersects*. See #7376.
|
9 years ago |
Mr.doob
|
1a87d2d16e
Box3: Clean up.
|
9 years ago |
Mugen87
|
c21a28c4b1
put isIntersectionSphere inside a closure
|
9 years ago |
Mugen87
|
bd236dab4c
Added Box3/Sphere intersection tests
|
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 |
dubejf
|
324cfb9dc6
Fix typos
|
10 years ago |
Greg French
|
ed95c45bc8
Update Box3.js
|
10 years ago |
Mr.doob
|
a396b6f421
Box3: Simplified code.
|
11 years ago |
WestLangley
|
28801c2987
Support BufferGeometry in Box3.setFromObject()
|
11 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
Jan Wrobel
|
d464040d5f
Simplify Box2 and Box3 setFromPoints, add tests.
|
11 years ago |
Jan Wrobel
|
0a3ee86c8c
Remove duplicated Box3.addPoint.
|
11 years ago |
Mr.doob
|
44bb8284ff
Merge branch 'dev' of https://github.com/TatumCreative/three.js into dev
|
11 years ago |
Greg Tatum
|
9f4693c61e
Completed Box3 documentation
|
11 years ago |
Greg Tatum
|
2dc72cd1cb
Fleshed out Box3 docs. Added optionalTarget parameter to both box's .getParameter()
|
11 years ago |
Mr.doob
|
1de68da790
Added sphere.center support to BufferGeometry. See #3748.
|
12 years ago |
WestLangley
|
c899b724fa
Added Box3.setFromObject(). Removed Object3D.computeBoundingBox().
|
12 years ago |
Mr.doob
|
cc57273cf4
Reverting to Object.prototype = { pattern. Only using it on the methods that really need it.
|
12 years ago |
Ben Houston
|
1f4f7e1a79
(Box3|Line3|Plane|Ray|Sphere).transform() -> applyMatrix4() for consistency.
|
12 years ago |