Jump to content

Recommended Posts

Hello, 

 

I have having trouble with a particle effect and I can't find anything on how I would achieve it. I have a rough idea of how it might work but my houdini knowledge and experience isn't good enough to actually do it. 

 

I am trying to create the effect of an illuminated object flying through a room full of particles, like dust in a warehouse. I want the particles to initially be invisible and only when the target object passes by for the particles to become visible and then begin to glow.  So far I have a set up where the target object flys through the scene and collides with the particles. As it does this I have an Attribute transfer that gives me a field of influence that I want to drive the visibility of the particles. Does anyone now how I could do this? 

ParticlesTest_v032.hip

Link to comment
Share on other sites

There's a few ways to do this. Here is a simple one using a SOP Solver in the AutoDopNetwork. This way allows a nice fade in/out over time by accumulating a value into an attribute called "illume". The disadvantage of doing the fading like this in a SOP solver is that you need to sim each time you want to adjust the fading. Alternatively, you could also store the frame where the sphere first contacts or has enough influence on a particle, and then post-sim use that to control fading on/off. Changed/added nodes in gold.

ParticlesTest_v032_jamesr1.hip 

 

ParticlesTest_v032_jamesr2.hip

Edited by jamesr
Actually here's both
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...