rlguy / Blender-FLIP-Fluids

The FLIP Fluids addon is a tool that helps you set up, run, and render high quality liquid fluid effects all within Blender, the free and open source 3D creation suite.
https://www.blendermarket.com/products/flipfluids
GNU General Public License v3.0
1.71k stars 190 forks source link

Strange fog #638

Closed Giardia2 closed 5 months ago

Giardia2 commented 5 months ago

Hello I got in to thus strange problem. Simulation produce this strange fog and it doesn't produce any bobbles or foam on the water. what can I do about it?

Snímek obrazovky 2024-06-23 v 10 24 35
rlguy commented 5 months ago

Hi, it looks like this scene is currently being rendered in EEVEE which can have these types of volumetric and whitewater rendering limitations by default. The Cycles renderer can be a better choice with default settings.

The fog can be caused by an EEVEE limitation where volumes are rendered as bounding boxes: https://docs.blender.org/manual/en/latest/render/eevee/limitations.html#materials

Volume Objects Object volume shaders will affect the whole bounding box of the object. The shape of the volume must be adjusted using procedural texturing inside the shader.

By default, the whitewater particles are rendered using Point Cloud objects, which are not currently supported by EEVEE. More information can be found in this topic (in EEVEE Support Notes): https://github.com/rlguy/Blender-FLIP-Fluids/wiki/Domain-Display-Settings#fluid-particle-display-settings

EEVEE Support Notes: The EEVEE render engine does not current support rendering Point Cloud objects. For rendering particles in EEVEE, use the Enable Particle Instancing option to convert the whitewater meshes to instanced icospheres. However, rendering a large amount of particles in EEVEE can be very slow and use more resources compared to the Cycles render engine.

Related topic: Scene Troubleshooting: Simulation not generating enough whitewater

For future scene troubleshooting help, please contact us through our scene troubleshooting support channels rather than this GitHub issue tracker: https://github.com/rlguy/Blender-FLIP-Fluids/wiki/Technical-Support-Guidelines#scene-troubleshooting