Skip to content

Commit b2446cd

Browse files
authored
Fixed a value for fog
1 parent 7a44631 commit b2446cd

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)