diff --git a/src/settings/constants.h b/src/settings/constants.h
index de8dea1dc869804047e632a770462812db30ea6b..1d5b1bf2871268c6915d176b751825cd35a774b9 100644
--- a/src/settings/constants.h
+++ b/src/settings/constants.h
@@ -16,9 +16,9 @@ const float h_PARTICLE_MASS = 0.005f;
 const float h_REST_DENSITY = 600.0f;
 
 const float h_PI = 3.14159265358979323846f;
-const float h_H = 0.20f; // Smoothing radius
+const float h_H = 0.18f; // Smoothing radius
 
-const int NUM_PARTICLES = 50000;
+const int NUM_PARTICLES = 200000;
 
 const float h_POINT_SCALE = 14.0f;
 const float h_POINT_RADIUS = 25.0f;