Skip to content

Commit 1d0c2fc

Browse files
authored
SSAO example (#288)
* Add SSAO Example * Fine-tune SSAO example
1 parent 356101a commit 1d0c2fc

File tree

10 files changed

+837
-7
lines changed

10 files changed

+837
-7
lines changed

.vscode/settings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"[json]": {
66
"editor.insertSpaces": true,
77
"editor.tabSize": 4,
8-
"editor.autoIndent": false,
8+
"editor.autoIndent": "advanced",
99
"editor.formatOnSave": false
1010
},
1111
"[pug]": {
1212
"editor.insertSpaces": true,
1313
"editor.tabSize": 2,
14-
"editor.autoIndent": true
14+
"editor.autoIndent": "full"
1515
},
1616
"files.associations": {
1717
"*.bithoundrc": "json",

0 commit comments

Comments
 (0)