Liquid Sim :: Part 7 :: Bubbles
- Birdie Shelton El
- May 17
- 1 min read
Updated: Aug 22
Making the Bubbles
Time to add bubbles to the sim!
I used this video as a guide for how to make the bubbles.
Reminder of the bubbles in my reference/inspiration.

Bubble Node Graph

Vex Code

This code works by choosing random points, deleting them, and randomly scaling the remaining points. I added a line of code to randomly assign different versions of my bubble geometry.
Bubble Geometry 1 Setting and End Result

Bubble Geometry 2 Setting and End Result

Bubble Geometry 3 Setting and End Result

Geo Copied to Points

Final Bubble Render with Karma Water Material

Next Steps:
Fix Collision
Shape initial spash to more closely match the reference
Shape the stream to more closely match the reference
Add bubbles
Add smoke

