Skip to content

Commit

Permalink
SSAO example (#288)
Browse files Browse the repository at this point in the history
* Add SSAO Example
* Fine-tune SSAO example
  • Loading branch information
scheibel committed Jul 5, 2023
1 parent 356101a commit 1d0c2fc
Show file tree
Hide file tree
Showing 10 changed files with 837 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"[json]": {
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.autoIndent": false,
"editor.autoIndent": "advanced",
"editor.formatOnSave": false
},
"[pug]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": true
"editor.autoIndent": "full"
},
"files.associations": {
"*.bithoundrc": "json",
Expand Down
Loading

0 comments on commit 1d0c2fc

Please sign in to comment.