Shuriken sub emitter particle inherit parent particles position

GearKlik, bgolus, I have given this some more thought today and hopefully the root of the problem is that the Inherit Velocity Module only works for SubEmitters when using the “Initial” mode. Using “Current” mode does nothing in this case, because there is no code for retrieving the velocity from the parent-particle each frame, which I believe is what would most elegantly solve this problem.

To that end, I have made a prototype that fixes this situation, allowing you to use “Current” mode with SubEmitters. Hopefully it is the right approach…

3210620--245789--subemitter_inherit_current_velocity.gif

4 Likes