tyFlow Forum
corkcrew motion on indvidual 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: corkcrew motion on indvidual particles (/thread-1784.html)



corkcrew motion on indvidual particles - Kirado - 06-16-2020

Hi Everyone, I'm sure there is an easy solution to this.

I'm looking to create a corkscrew motion for individual particles that are born off of a spline.

I'm assuming I would have to the point force somewhere in the flow.
I have tried using it but am not sure how to get the affect I'm looking for.

Any help would be greatly appreciated.

   


RE: corkcrew motion on indvidual particles - Kirado - 06-19-2020

Hello,

Is anyone able to offer any help on this?

I spelt corkscrew incorrectly in the title of the post ;-)

Maybe another way of describing this would help.
I'm looking to make individual streams of particles have spiral trajectories.

Thanks in advance for any advice.


RE: corkcrew motion on indvidual particles - tyFlow - 06-20-2020

If you want a static solution you could animate an object moving in that way and then import the object as a tyActor and instance them at each particle location, syncing their actor animation with their birth, or whenever you need to trigger the motion.

If you want a dynamic solution, spiral trajectories can be achieved by combining the current velocity with its cross product relative to some frame of reference, like world-up ([0,0,1]).

Attached is an example scene showing the latter solution.


RE: corkcrew motion on indvidual particles - Kirado - 06-23-2020

(06-20-2020, 03:08 AM)tyFlow Wrote: If you want a static solution you could animate an object moving in that way and then import the object as a tyActor and instance them at each particle location, syncing their actor animation with their birth, or whenever you need to trigger the motion.

If you want a dynamic solution, spiral trajectories can be achieved by combining the current velocity with its cross product relative to some frame of reference, like world-up ([0,0,1]).

Attached is an example scene showing the latter solution.

Hi Tyson,

Thanks for the reply and information.

The tyflow example that you posted was made with tyFlow v0.16090 and it crashes max with v0.16089.

Is it possible to get a version of the file for v0.16089 ?

Thanks :-)


RE: corkcrew motion on indvidual particles - d4rk3lf - 06-23-2020

It works on '86  Big Grin

Here you are:


RE: corkcrew motion on indvidual particles - bjzhangzhe - 06-26-2020

(06-20-2020, 03:08 AM)tyFlow Wrote: If you want a static solution you could animate an object moving in that way and then import the object as a tyActor and instance them at each particle location, syncing their actor animation with their birth, or whenever you need to trigger the motion.

If you want a dynamic solution, spiral trajectories can be achieved by combining the current velocity with its cross product relative to some frame of reference, like world-up ([0,0,1]).

Attached is an example scene showing the latter solution.
great and nice,thanx for the file!