Jump to content

Tranfert information from color Pyro to geo


Furox

Recommended Posts

Hello everyone!

I am new to houdini and I am currently working on PyroFX

I'm trying to apply the color of my pyro to my geometry, from the informations contained in the Heat or the temperature. The information is in the voxels, so I can not transfer it to a shader or apply it to my geometry.

I do not know if the sample volume would be a track for you. I'll give you a scene, if you could enlighten me on it.

A big thank-you!

color_attribute_tranfert.hip

Link to comment
Share on other sites

You have this black spots because you are using the volumesample also on the heat, which has also values of zero. The zero heat values multiplied by this temperature ramp are causing the black spots.

It depends what you want to achieve. You can modify the operations inside your volumeVOP or you can modify the heat before it goes inside the volumeVOP (clamping/fitting it to 0.5-1 for example)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...