An unfinished raytracer/pathtracer/bidirectional pathtracer
Find a file
Bruno BELANYI 9ad1100ded library: core: camera: move film behind the camera
To prepare for adding the handling of focal blur, move the film so that
it is behind the point of convergence of the lens.

In addition, store the distance to the focal plane in the camera, which
will be used when calculating rays with an non-zero aperture.
2020-03-29 19:36:51 +02:00
beevee beevee: bvh: tree: fix build panic 2020-03-27 17:40:12 +01:00
pathtracer library: core: camera: move film behind the camera 2020-03-29 19:36:51 +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 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