sio2
sio2 copied to clipboard
Add particle velocity and acceleration
- Add current velocity for each particle.
- Add hardcoded constant acceleration.
- Add hardcoded maximum velocity.
- Apply acceleration to each particle, if it's falling down.
- Loop through each grid cell along current velocity, and stop either if another particle is encountered or current velocity is satisfied.