An unfinished raytracer/pathtracer/bidirectional pathtracer
Go to file
Bruno BELANYI 197e8104e0 library: render: light_aggregate: add *_iter
You can iterate over the two types of lights in the aggregate: the ones
implementing `SpatialLight`, and the ones that are only `Light`.
2020-03-17 22:47:30 +01:00
src library: render: light_aggregate: add *_iter 2020-03-17 22:47:30 +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 derive_more dependency 2020-03-16 16:07:21 +01:00