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/bouyancy.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/bouyancy.h')
| -rw-r--r-- | demo/scenes/bouyancy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demo/scenes/bouyancy.h b/demo/scenes/bouyancy.h index 9f5b0d2..8b51e29 100644 --- a/demo/scenes/bouyancy.h +++ b/demo/scenes/bouyancy.h @@ -37,7 +37,6 @@ public: g_params.viscosity = 2.0f; g_params.numIterations = 4; g_params.vorticityConfinement = 180.f; - g_params.anisotropyScale = 20.0f; g_params.fluidRestDistance = restDistance; g_params.numPlanes = 5; g_params.cohesion = 0.001625f; |