• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
** Fluid Rendering in VR Mode is fully supported from v4 onwards **

-- Contents:

- Fluid Dynamics script files.
- Plugin preset files containing various fluid presets like Honey, Cornsyrup, Green Goo... etc.
- Three demo scenes:
*Demo scene #1: to demonstrate settings to use for sticky fluid on female atom.
*Demo scene #2: to demonstrate various fluid particle physics parameters.
*Demo scene #3: to demonstrate cohesion & viscosity simulation & collision with person skin.

-- How to use?
- Simply load the FluidDynamics.cslist script file on an Empty atom or CUA Atom, the atom control Z axis is going to be the fluid emission direction.

-- Description & main features:
- Particle based fluid simulation that runs fully on the GPU using compute shaders, with some optimizations like spatial hashing to make 100k+ particles doable in real-time.
- Simulation physics logic is based on the Smoothed Particle hydrodynamics method or ''SPH'' for short.
- Two rendering methods available for selection:
1. Raymarch: Volumetric 3D fluid rendering for max quality.
2. Composite: Screen-space fluid surface for max performance.
- Preset System.
- Full Animation Support: Every slider, Toggle or Button in the plugin can be controlled with timeline animations.
- Extra features like hard stickiness which allow particles to be stuck to person colliders or any primitive/ mesh colliders in scene.
- Primitive collider support, collides with all primitive colliders in scene. (sphere, box, plane & capsule colliders)
- Experimental Mesh collider support, Only use if environment is well optimized. (uses low res proxy mesh collider)

-- Important Notes:
- The main parameters that will affect performance are the following:
- Simulation Smoothing Radius: This determines how far to look for neighbouring particles. More radius distance = more realism but with added impact on performance. (generally you can keep it at the default 0.15 and increase the density for a more defined simulation)
- Pressure: incompressibility simulation forces, the lower it is the denser & higher resolution the particles become. setting it too low will hurt fps.
- Rest Density: This is the target particle density per cubic meters, Higher values are more realistic but with added fps impact.
- Fluid Resolution Scale: This downscales the rendered screen space fluid for performance. For 1440p monitors 0.5 is a good balance, You might wanna lower this value if your monitor is 4K for example.
- Anisotropy: This flattens the spherical particles into ellipsoids for the composite renderer to smooth out the final rendered fluid, disabled by default as it is still in experimental stage.
- Render Camera: Choose which camera to render the fluid on exclusively, by default this is set to Auto which will render on all currently active cameras. choose "MonitorRig" to render only on player view for max performance.
- The other parameters are essentially pretty straight forward, like adjusting fluid color or stickiness... etc.
- Tooltips system for a brief explanation on every UI parameter.

-- Tips:
- You can use timeline to animate emission in spurts.
- You can use Parenting plugins like Bone Control to parent the fluid emitter to genitals. (native support for genital orifices will be added in later updates)

-- Quick Preview of fluid material & physics properties:


-- Snaps:
collage_1777512211280.png
collage_1777512296644.png


-- Scenes in Package:
Screenshot 2026-04-30 022547.png


-- Plugin Reference Credits:
- @MacGruber for Utils script, Used to fetch compute shaders & surface shaders from .assetbundle file.
React to this content...
Click the links below to support the other creators whose content was used to make this resource!

Share this resource

Credits

Creator Support Link
Skynet Skynet
Skynet Skynet
vamjfd vamjfd
AWWalker AWWalker
Skynet Skynet
Skynet Skynet

Latest updates

  1. update v7

    -- Bug fix: - Fixed Raymarch renderer for VR mode.
  2. update v6

    -- New Features & Improvements: - Fixed composite fluid disappearing around fluid surface...
  3. update v5

    -- New features & Improvements: - Added tooltips for an extended explanation to each parameter...

Latest reviews

Positive
Version: 6
This is one of the best add-ons for VaM available.💡

Version 6 is visually and technically outstanding. I don't think fluid simulation in all its forms, as offered by this add-on, can be improved much further in the future. Neither in VaM 1.x nor in the future. Fantastic, thank you!👏
Skynet
Skynet
Thanks for the feedback! glad you like it :D
Upvote 0
Positive
Version: 3
Posted:
Must admit v3 makes the plugin evolve to another level!
Upvote 0
Back
Top Bottom