Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project 4: Ziyu Li #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README
ziyuli committed Oct 17, 2017
commit ef5d8aa037fff0144088c9556d2ef8e4f3e58607
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -135,9 +135,9 @@ To toggle the SSAO, change the *SSAO* to 1
| ----- | ----- | ----- |
| ![no aa](img/duck_no_aa.PNG) | ![ssaa2](img/duck_aa.PNG) | ![ssaa4](img/duck_aa4.PNG) |

To toggle the SSAA, change the *SSAA* to 1
To toggle the SSAA, change the *SSAA* to 2 for 2x or 4 for 4x...
```c++
#define SSAA 1
#define SSAA 2 // A value greater than 1
```
#### Toon Shading