Mr.doob
|
916ce9c675
Renamed isIntersection* to intersects*. See #7376.
|
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 |
gero3
|
760252a560
add space after comma
|
10 years ago |
gero3
|
923256459e
fixed files to codestyle
|
10 years ago |
dubejf
|
399a7c740a
Ray: Simplify
|
10 years ago |
dubejf
|
0b1068cccf
Ray: Add distanceSqToPoint method
|
10 years ago |
Fabian Lange
|
dad328077d
use strict (in)equalities
|
10 years ago |
gero3
|
fe8493157e
codestyle fixes
|
10 years ago |
WestLangley
|
616952a3c7
Added closure to Ray.distanceSqToSegment()
|
10 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
erichlof
|
2ee0e0c776
added handling for when ray origin is inside sphere
|
11 years ago |
erichlof
|
1d1279b9b2
whitespace
|
11 years ago |
erichlof
|
2739a972f7
Make intersectSphere method closure, and always return point in front of ray
|
11 years ago |
erichlof
|
a9a95eb453
Added method Ray.intersectSphere(sphere)
|
11 years ago |
Mr.doob
|
c3636849cf
Code clean up.
|
12 years ago |
jotinha
|
d403e841ca
moved ray triangle intersection to ray
|
12 years ago |
jotinha
|
64890729f7
better check for NaN
|
12 years ago |
jotinha
|
bf41b8c000
fixed indentation
|
12 years ago |
jotinha
|
a518807e49
Raycaster checks for bounding box intersection
|
12 years ago |
stephomi
|
62122822ec
Normalize ray when transforming it + intersection RayTriangle.
|
12 years ago |
stephomi
|
000ae09e45
Use the optionalTarget for Ray.closestPointToPoint.
|
12 years ago |
stephomi
|
bbe05b69f5
Rename distanceToSegment to distanceSqToSegment.
|
12 years ago |
Mr.doob
|
d30c3703c8
Code clean up and now using inv* pattern.
|
12 years ago |
stephomi
|
1f7cc3d7f8
The ray is now used as a ray instead as a line.
|
12 years ago |
stephomi
|
f58e144d9e
Rename and fix the function that computes the ray-line intersection
|
12 years ago |
Mr.doob
|
6e96b2418a
Code clean up.
|
12 years ago |
Stéphane
|
f713c12885
A ray can now compute its minimal distance to a segment
|
12 years ago |
Mr.doob
|
cc57273cf4
Reverting to Object.prototype = { pattern. Only using it on the methods that really need it.
|
12 years ago |