mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
set for global illum
This commit is contained in:
parent
0d450261a7
commit
f5936b2ada
3 changed files with 42 additions and 21 deletions
|
@ -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_; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue