forked from PavelDoGreat/WebGL-Fluid-Simulation
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.json
More file actions
33 lines (33 loc) · 686 Bytes
/
config.json
File metadata and controls
33 lines (33 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"SIM_RESOLUTION": 128,
"DYE_RESOLUTION": 1024,
"CAPTURE_RESOLUTION": 512,
"DENSITY_DISSIPATION": 1,
"VELOCITY_DISSIPATION": 1,
"PRESSURE": 0.25,
"PRESSURE_ITERATIONS": 20,
"CURL": 0,
"SPLAT_RADIUS": 0.15,
"SPLAT_FORCE": 6000,
"SHADING": true,
"COLORFUL": true,
"COLOR_UPDATE_SPEED": 10,
"PAUSED": false,
"BACK_COLOR": {
"r": 255,
"g": 255,
"b": 255
},
"TRANSPARENT": false,
"BLOOM": false,
"BLOOM_ITERATIONS": 8,
"BLOOM_RESOLUTION": 256,
"BLOOM_INTENSITY": 0.8,
"BLOOM_THRESHOLD": 0.6,
"BLOOM_SOFT_KNEE": 0.7,
"SUNRAYS": true,
"SUNRAYS_RESOLUTION": 196,
"SUNRAYS_WEIGHT": 1.0,
"RANDOM_COLORS": true,
"SPLAT_HUE": 0
}