Skip to content

Commit 590b0c9

Browse files
Merge pull request #116 from webaverse/zenkale-patch-1
Fixed a value for fog
2 parents 7a44631 + b2446cd commit 590b0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/engineering/app/scene/scene-file-quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Next we have an example of post-processing settings for a scene.
8989
},
9090
"fog": {
9191
"fogType": "exp",
92-
"args": [[2.52, 1.74, 3.88], 0.0.1]
92+
"args": [[2.52, 1.74, 3.88], 0.1]
9393
},
9494
"ssao": {
9595
"kernelRadius": 16,

0 commit comments

Comments
 (0)