An unfinished raytracer/pathtracer/bidirectional pathtracer
Find a file
Antoine Martin ae3931e796 library: render: don't return infinite weight
hemisphere sampling previously could return infinite, producing NaNs
when later multiplying that weight by 0.
2020-05-09 02:10:05 +02:00
.cargo cargo: performance flags in release 2020-04-08 21:58:39 +02:00
beevee beevee: bvh: accelerated: add missing link to BVH 2020-03-29 20:20:01 +02:00
pathtracer library: render: don't return infinite weight 2020-05-09 02:10:05 +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: remove requirement on version 2020-05-08 12:51:07 +02:00
Cargo.toml cargo: performance flags in release 2020-04-08 21:58:39 +02:00