Skip to content

Commit

Permalink
less water
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Aug 6, 2024
1 parent 2d09a67 commit 184b527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fluid_sim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ impl FluidScene {
let tank_height = 1.0 * sim_height;
let tank_width = 1.0 * sim_width;
let h = tank_height / res;
let rel_water_height = 0.8;
let rel_water_width = 0.6;
let rel_water_height = 0.4;
let rel_water_width = 0.3;

// particle radius w.r.t. cell size
let r = 0.3 * h;
Expand Down

0 comments on commit 184b527

Please sign in to comment.