Jump to content

smoke trails with volume shaders


anupamd

Recommended Posts

Guys, How would you guys set up smoke trails / streamers / shooters like this image WITHOUT doing a pyro solve?

I know we can do it as a pyro sim, but that requires simming and Im wondering if there is a simpler technique using particles and volume/masks.

Has anyone tried implimenting overburn technique in houdini?

post-850-133859712455_thumb.jpg

Link to comment
Share on other sites

Also, you can use sprites with a procedural VOP shader.

Once upon the time this technique was described in the 3Dbuzz tornado tutorial. ()

After it was replicated many times, with different improvements.

.. it is an old technique, although it is very fast.

Link to comment
Share on other sites

  • 2 months later...

Guys, I'd like to revisit this topic. I haven't found much info on using a procedural vop shader on sprites. Does that imply that you can basically render a sphere of noisey volume instanced to each sprite, with perhaps a flownoise that's stretched based on particle velocity? Does anyone have a sample hip with this working?

the other approach is to use a purely fluid based system which can work if you play around with particles, streaking them, adding some viscosity then using them as a fluid source but that option seems to soak up a LOT of sim time especially for shooters that extend out very far.

Basically end of the day Im looking to replicate the overturn technique.

Anyone have any pointers?

Thanks,

- Anupam

Also, you can use sprites with a procedural VOP shader.

Once upon the time this technique was described in the 3Dbuzz tornado tutorial. ()

After it was replicated many times, with different improvements.

.. it is an old technique, although it is very fast.

Link to comment
Share on other sites

The way I've done this is by generating a few noisy volume spheres, either by sim or using volume vops to create a few random noisy volume objects.

Then I generate a particle system for the trail, then you want to use a delayed read object to load in the volume objects and apply them to the points.

The tricky stuff comes from when you want to use per point attributes and having each particle load a different volume bgeo.

-R

Link to comment
Share on other sites

Also you can use cvex volume procedural + instance.

I tested with H11 long time ago but this can be really similar with that Vimeo.

With this way, you need to use instance but don't need any volume cache because cvex shader can generate spherical volume + noise & displacement.

Also you can override with point attributes.

Problem is rendering time. I hope H12 can render much faster.

Check this post if you have not seen yet

Also you should check Putoparri's hip.

Cheers

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...