set for global illum

This commit is contained in:
Shuo Feng 2024-03-18 21:09:16 -04:00
parent 0d450261a7
commit f5936b2ada
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1
3 changed files with 42 additions and 21 deletions

View file

@ -10,6 +10,8 @@ int Scene::height() { return height_; }
float Scene::fov() { return fov_; }
bool Scene::globalIllum() { return globalIllum_; }
Eigen::VectorXi Scene::raysPerPixel() const { return raysPerPixel_; }
Vector3f Scene::ai() const { return ai_; }