Unable to visualise Cd volume - gas particle to field

   738   4   1
User Avatar
Member
6 posts
Joined: Jan. 2024
Offline
Hello,

I'm a newish user to Houdini. I've been following along with a few of John Kunz's streams, and he has a really interesting set up for pyro/smoke where he rasterises attributes inside the solver instead of outside using a gas particle to field DOP.

I am currently trying to source Cd as a volume using this set up, and I can't work out why I can't visualise it when using a volume visualise node post sim. It appears on frame one, and then disappears. When I only visualise density I can see the smoke in full, but when the Cd volume is added to the diffuse section it just disappears.

Any help would be appreciated!!

Thank you

Attachments:
Cd_source_help.hip (1.7 MB)
Screenshot 2025-07-10 110404.png (97.1 KB)
Screenshot 2025-07-10 110423.png (112.5 KB)

User Avatar
Member
538 posts
Joined: Nov. 2016
Online
Try adding an Alpha of 1 to your points and sourcing it the same way you do Cd. Alpha is the mask with which the Cd field is composited on your default smoke color.
User Avatar
Member
6 posts
Joined: Jan. 2024
Offline
Hey Tanto,

Thanks for replying!

That definitely helps make colour visible with the volume visualise, however, the colour is still staying only within/close to the source object. I've added a Gas Advect Field into the advection input of the smoke solver (with Alpha and Cd in the field section) but they are not visibly advecting like density is.

Attachments:
Screenshot 2025-07-10 124954.png (2.0 MB)
Screenshot 2025-07-10 125222.png (37.1 KB)

User Avatar
Member
538 posts
Joined: Nov. 2016
Online
The smoke solver will advect Cd and Alpha by default, no need to add the Gas Advect Fields. The problem is that your Cd sourcing is set to copy, so it's basically replacing the entire field with your source at each frame. The correct way should be to blend it on top of your existing field using the Alpha, but I'm not sure how to do it with your setup, maybe somebody else can chime in.
User Avatar
Member
6 posts
Joined: Jan. 2024
Offline
Ah ok, thank you anyway! I'll try and have a play around.
  • Quick Links