pathtracer/beevee/src
Bruno BELANYI 3039607e4f beevee: bvh: use Accelerated trait for objects
This will allow for the use of meshes inside the BVH.

Returning the reference to a triangle inside the mesh directly instead
of returning the reference to the mesh itself allows for more optimum
execution.
2020-03-26 17:42:08 +01:00
..
aabb beevee: aabb: add sqdist_to_point method to AABB 2020-03-24 21:47:14 +01:00
bvh beevee: bvh: use Accelerated trait for objects 2020-03-26 17:42:08 +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