diff options
| author | Miles Macklin <[email protected]> | 2018-03-19 15:10:24 +1300 |
|---|---|---|
| committer | Miles Macklin <[email protected]> | 2018-03-19 15:10:24 +1300 |
| commit | 8ee05c79ae1748ef132a12e4fb0af284899faec6 (patch) | |
| tree | 82bd5aa1892e28ce7886b6cfeafe66a47ff38e67 /demo/scenes/dambreak.h | |
| parent | Flex 1.2 (beta 2) (diff) | |
| download | flex-8ee05c79ae1748ef132a12e4fb0af284899faec6.tar.xz flex-8ee05c79ae1748ef132a12e4fb0af284899faec6.zip | |
Flex 1.2.0 release
Diffstat (limited to 'demo/scenes/dambreak.h')
| -rw-r--r-- | demo/scenes/dambreak.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demo/scenes/dambreak.h b/demo/scenes/dambreak.h index cf45c29..cad2b70 100644 --- a/demo/scenes/dambreak.h +++ b/demo/scenes/dambreak.h @@ -31,8 +31,7 @@ public: g_params.relaxationFactor = 1.0f; g_params.smoothing = 0.4f; - g_params.anisotropyScale = 3.0f / radius; - + g_params.viscosity = 0.001f; g_params.cohesion = 0.1f; g_params.vorticityConfinement = 80.0f; |