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/bunnybath.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/bunnybath.h')
| -rw-r--r-- | demo/scenes/bunnybath.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demo/scenes/bunnybath.h b/demo/scenes/bunnybath.h index eeec5ac..3a3a37e 100644 --- a/demo/scenes/bunnybath.h +++ b/demo/scenes/bunnybath.h @@ -40,7 +40,6 @@ public: g_params.viscosity = 2.0f; g_params.numIterations = 4; g_params.vorticityConfinement = 40.0f; - g_params.anisotropyScale = 30.0f; g_params.fluidRestDistance = restDistance; g_params.solidPressure = 0.f; g_params.relaxationFactor = 0.0f; |