An unfinished raytracer/pathtracer/bidirectional pathtracer
Go to file
Bruno BELANYI 3386617c69 library: render: scene: add reflection
This required changing the place were the normal, the texel projection,
and the reflection were calculated to avoid possibly expensive lookups.

I also changed the style a bit to make it more readable.
2020-03-18 00:17:03 +01:00
src library: render: scene: add reflection 2020-03-18 00:17:03 +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 project: add rand dependency 2020-03-17 23:42:32 +01:00