tyFlow Forum
How to make Actors walk on surfaces - 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: How to make Actors walk on surfaces (/thread-2787.html)



How to make Actors walk on surfaces - Tamas - 12-03-2021

Hi Guys, 

I was wondering if there's a way to make  ( walking ) actors stick to a  ground while they are activated by animation. 
I would like to make them walk on a noisy surface towards an object ( with find target ).

Thank you !

Cheers 
Tamàs


RE: How to make Actors walk on surfaces - tyFlow - 12-03-2021

From the Actor operator, send the root particles out to an event with Object Bind (surface mode, sticky:0%, rotation disabled), and also a Rotation operator set to surface align and then add your Find Target above the Object Bind. Basically the same way as you'd align/move any type of particle along a surface.


RE: How to make Actors walk on surfaces - Tamas - 12-06-2021

(12-03-2021, 06:32 PM)tyFlow Wrote: From the Actor operator, send the root particles out to an event with Object Bind (surface mode, sticky:0%, rotation disabled), and also a Rotation operator set to surface align and then add your Find Target above the Object Bind. Basically the same way as you'd align/move any type of particle along a surface.

Thank you so much, works smooth!