Ben Houston
|
ccecf0745c
adopt higher level Plane class in Raycaster instead of Vector3(vector,normal) pair.
|
12 years ago |
Ben Houston
|
348a3dd0b4
improvement to Ray for improved Raycaster integration.
|
12 years ago |
Ben Houston
|
3bffda430e
add ray.transformSelf( matrix4 ) with unit test for verification.
|
12 years ago |
Ben Houston
|
b83d79b759
remove GC from Ray.distanceToPoint
|
12 years ago |
Ben Houston
|
f3671a9def
remove non-core and trivial geometric primitive fucntions to reduce code bulk.
|
12 years ago |
Ben Houston
|
44774275c9
remove excessively long ray-box intersection code + unit tests.
|
12 years ago |
Ben Houston
|
1e52836e47
add slow but correct intersectBox with unit tests.
|
12 years ago |
Ben Houston
|
328f5422be
simplify Ray constructor based on @mrdoob's feedback here: https://github.com/mrdoob/three.js/pull/2734#commitcomment-2244506
|
12 years ago |
Ben Houston
|
58bbf74cb8
all Ray unit tests pass.
|
12 years ago |
Ben Houston
|
dd58a87142
finished scope of Ray unit tests, now I just need to make them work.
|
12 years ago |
Ben Houston
|
e921f46141
Ray unit tests.
|
12 years ago |
Ben Houston
|
e6f509baf6
rename Ray -> Raycaster, Ray3 -> Ray per @mrdoob (see #2729)
|
12 years ago |