tyFlow Forum
After-image Effect - 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: After-image Effect (/thread-981.html)



After-image Effect - jun-G - 08-08-2019

How can I create this effect like after-image of animated character?
https://www.instagram.com/p/BlaN28Ilggm/

Birth shape operator  can Create only one Instance and it could not be animated.


RE: After-image Effect - drawer14 - 08-08-2019

I think it is a loop (( birth>fracture) > send to physx event) , you can check example file tyFlow_voronoiParticleSource_001, to get the loop idea

probably the flow goes like this,
birth object > convert to cloth ,Object Bind > convert to shape , Voronoi Fracture > physx - and between those you need time tests
The cloth event generates reference animated geometry to fracture every few frames.

hope it works


RE: After-image Effect - jun-G - 08-20-2019

(08-08-2019, 01:16 PM)drawer14 Wrote: I think it is a loop (( birth>fracture) > send to physx event) , you can check example file tyFlow_voronoiParticleSource_001, to get the loop idea

probably the flow goes like this,
birth object > convert to cloth ,Object Bind > convert to shape , Voronoi Fracture > physx - and between those you need time tests
The cloth event generates reference animated geometry to fracture every few frames.  

hope it works

I could make a geometry from  animated character using Convert to cloth ,Object Bind and Convert to shape . 
That's a Great idea!!

But I have no idea to loop that effect every few second.
Could you show me how to do this?  Huh