mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
antialiasing
This commit is contained in:
parent
4032014d61
commit
342c9fdef2
4 changed files with 31 additions and 21 deletions
|
@ -12,6 +12,8 @@ float Scene::fov() { return fov_; }
|
|||
|
||||
bool Scene::globalIllum() { return globalIllum_; }
|
||||
|
||||
bool Scene::antiAliasing() { return antialiasing_; }
|
||||
|
||||
int Scene::maxBounce() { return maxBounce_; }
|
||||
|
||||
float Scene::probTerminate() { return probTerminate_; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue