Skip to content

Commit

Permalink
Update fluids.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Aug 8, 2024
1 parent bd967cb commit 28b0b38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/documentation/fluids.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ In order to simulate a fluid, first create a fluid node. This node has:
- **effects**: The fluid effects. Use these to make either water or goo or elastic fluids.
- **points**: The fluid particles. These need to be set before the fluid can be simulated.

## Fluid Particle Size

The fluid particle size is set in the **Project Settings**:
- `physics/rapier/fluid/fluid_particle_radius`

## Fluid Effects

The fluid can simulate elastic, viscous or surface tension. Also if it seems that the effect doesn't do much, try changing density of the liquid to 1000 (eg. water density).
Expand Down

0 comments on commit 28b0b38

Please sign in to comment.