Jump to content

[SOLVED]Array Of Unique Pyro Sims At Impact Points?


Atom

Recommended Posts

Hi All,

I am wondering if this is even possible. I have a series of points that appear over time. When a point appears I would like to use that point as the location for a pyro simulation. I would also like the start time of the pyro simulation to begin when the point appears. I can't use a pre-cooked pyro sequence because I want each pyro sim to collide uniquely with the surface where the point appears.

The end goal is a crowd simulation with multiple dragons breathing fire where ever they land. The collision terrain might be complex with building and other obstacles as collision items.

I thought if I could work out the generation of these pyro sims procedurally I might be able to say yes to this concept.

impact_points.gif

ap_impact_as_pyro_source_points.hipnc

Edited by Atom
Link to comment
Share on other sites

here's how to do it with pyro instancing.  I rarely use this method though, because I can't push the res of each instance as high as if each were an individual sim. And if one cluster needs tweaking, you have to redo the whole thing.  Most of the time, I'll make a similar setup, but wedge through each container on the farm, as individual sims.   Couple things:

Each instance point can only be on for 1 timestep, otherwise you'll get mutiple containers on top of themselves.

view the dop details view during the sim, to verify the new smoke objects are getting created

you need 1 sop volume w/ different name, going into dops for each instance container. The fluid source sop will create and partition using the "cluster" attrib

"continuous" needs to be on in smoke object instance tab to have new containers birth mid-sim

you can control containers size on the instance points with the "scale" 3fv attrib.  I think theres info in the help card too

pyro_cluster.hip

Edited by loudsubs
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...