Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Need the positions to drive VFX graph
#3
(14-05-2024, 12:06 PM)josemendez Wrote: Hi!

The indices of the particles belonging to a specific actor are stored in the actor.solverIndices array (since there may be more than 1 actor per solver). You can iterate this array up to actor.activeParticleCount to process active particles only. See:
http://obi.virtualmethodstudio.com/manua...icles.html


Thanks to your pointer, the positions are synced, but now I notice I have to sync the remaining lifetime for this to work, but we don't have that data haha.
Reply


Messages In This Thread
RE: Need the positions to drive VFX graph - by spikebor - 14-05-2024, 02:19 PM