02-11-2022, 01:56 AM
Trying to maintain an outward velocity like that while rotating is a bit tricky...it means all the particles will have a curved trajectory which isn't the easiest thing to wrangle.
Why not just simulate the particles moving out without the rotation, cache to tyCache, set the tyCache coords to local and then rotate the tyCache? Unless you need the particles to eventually dynamically react to something in world space, that seems like the easiest approach.
Why not just simulate the particles moving out without the rotation, cache to tyCache, set the tyCache coords to local and then rotate the tyCache? Unless you need the particles to eventually dynamically react to something in world space, that seems like the easiest approach.