Search - User list
Full Version: particles move in an orbit
Root » Houdini for Realtime » particles move in an orbit
Antony Gribovsky
Hi all! Tell me how to make the particles move in an orbit, like stars in a galaxy, and not fly apart? Thanks
Enivob
By using Vexpression, you can control the force based upon distance from center.

Controls popaxis force.
vector origin = {0,0,0};
orbitspeed = fit(abs(length(@P-origin)),0,1,3,0);

Controls applied drag.
vector origin = {0,0,0};
airresist = fit(abs(length(@P-origin)),0,1,0,10);
Antony Gribovsky
Enivob, its look great, thx U!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB