Skip to content

Commit 7708b2d

Browse files
committed
fix resolution
1 parent f47f687 commit 7708b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const defaultParams: GuiParams = {
4949
maxWave: 7,
5050
},
5151
],
52-
resolution: 2,
52+
resolution: 256,
5353
wind: vec2.fromValues(2, 2),
5454
alignment: 1.0e-2,
5555
foamSpreading: 1.2,

0 commit comments

Comments
 (0)