Skip to content
Snippets Groups Projects
Commit 28a3ec4d authored by Adam Nyberg's avatar Adam Nyberg
Browse files

200k particlee settings

parent f3f09245
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,9 @@ const float h_PARTICLE_MASS = 0.005f; ...@@ -16,9 +16,9 @@ const float h_PARTICLE_MASS = 0.005f;
const float h_REST_DENSITY = 600.0f; const float h_REST_DENSITY = 600.0f;
const float h_PI = 3.14159265358979323846f; 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_SCALE = 14.0f;
const float h_POINT_RADIUS = 25.0f; const float h_POINT_RADIUS = 25.0f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment