An unfinished raytracer/pathtracer/bidirectional pathtracer
Go to file
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
beevee beevee: bvh: use Intersected trait for objects 2020-03-24 21:55:51 +01:00
pathtracer library: use beevee instead of rust-bvh 2020-03-24 21:55:48 +01:00
.gitignore project: add Cargo project files 2020-03-08 16:22:44 +01:00
.gitlab-ci.yml project: use non-nightly image by default in CI 2020-03-16 16:36:13 +01:00
.rustfmt.toml project: add default formatting configuration 2020-03-08 17:27:30 +01:00
Cargo.toml beevee: add library to workspace 2020-03-24 21:47:14 +01:00