diff options
Diffstat (limited to 'demo/scenes/googun.h')
| -rw-r--r-- | demo/scenes/googun.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demo/scenes/googun.h b/demo/scenes/googun.h index 71d1c51..d1618c4 100644 --- a/demo/scenes/googun.h +++ b/demo/scenes/googun.h @@ -20,7 +20,6 @@ public: g_params.numIterations = 3; g_params.vorticityConfinement = 0.0f; g_params.fluidRestDistance = g_params.radius*0.55f; - g_params.anisotropyScale = 2.0f / radius; g_params.smoothing = 0.5f; g_params.relaxationFactor = 1.f; g_params.restitution = 0.0f; |