pathtracer/beevee/src
Bruno BELANYI 21c7aea1c0 beevee: bvh: use Intersected trait for objects
This avoids having black squares around the objects because we computed
that it was the closest but the ray didn't actually hit it...
2020-03-24 21:55:51 +01:00
..
aabb beevee: aabb: add sqdist_to_point method to AABB 2020-03-24 21:47:14 +01:00
bvh beevee: bvh: use Intersected trait for objects 2020-03-24 21:55:51 +01:00
axis.rs beevee: add Axis enum implementation 2020-03-24 21:47:14 +01:00
lib.rs beevee: ray: add Ray implementation 2020-03-24 21:47:14 +01:00
ray.rs beevee: ray: make Ray's fields public 2020-03-24 21:47:14 +01:00