antialiasing

This commit is contained in:
Shuo Feng 2024-03-21 17:37:00 -04:00
parent 4032014d61
commit 342c9fdef2
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1
4 changed files with 31 additions and 21 deletions

View file

@ -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_; }