An unfinished raytracer/pathtracer/bidirectional pathtracer
Find a file
Antoine Martin b89e01107d library: unnest scene module to please clippy
warning: module has the same name as its containing module
  --> pathtracer/src/scene/mod.rs:12:1
   |
12 | pub mod scene;
   | ^^^^^^^^^^^^^^
   |
   = note: `#[warn(clippy::module_inception)]` on by default
2020-04-07 23:01:56 +02:00
beevee beevee: bvh: accelerated: add missing link to BVH 2020-03-29 20:20:01 +02:00
pathtracer library: unnest scene module to please clippy 2020-04-07 23:01:56 +02: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 rustfmt: bump to latest version to please CI 2020-04-07 22:56:00 +02:00
Cargo.toml beevee: add library to workspace 2020-03-24 21:47:14 +01:00