tyFlow Forum
Can particles be emitted from TyCache particles? - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html)
+--- Thread: Can particles be emitted from TyCache particles? (/thread-1105.html)



Can particles be emitted from TyCache particles? - Elwood89 - 09-11-2019

I'm able to emit particles on the surfaces and vertices of a TyCache object, but how to make new particles follow the motion of the cached elements?
I guess that the particle info (velocity vectors etc) is there, but I don't know how to access it.
My TyCache has about 20K particles and no deforming mesh.


RE: Can particles be emitted from TyCache particles? - tyFlow - 09-12-2019

There are various ways, for example you could import the tyCache particles with Birth Flow/Flow Update and then use a Particle Force operator to drive motion with those imported cache particles.


RE: Can particles be emitted from TyCache particles? - Elwood89 - 09-12-2019

Thanks for the answer, I will check how it works out.