Skip to content

Commit 509043c

Browse files
committed
fog距离调整
1 parent 7747902 commit 509043c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/codes/3d/weather/fog/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const sceneConfig = {
166166
fog: {
167167
enable: true,
168168
start: 0.1,
169-
end: 20,
169+
end: 26,
170170
color: [0.9, 0.9, 0.9]
171171
}
172172
},
@@ -219,7 +219,7 @@ gui
219219
.add({
220220
type: "slider",
221221
label: "结束距离",
222-
value: 20,
222+
value: 26,
223223
min: 2,
224224
max: 100,
225225
step: 1

0 commit comments

Comments
 (0)