Hussein Posted June 17, 2017 Share Posted June 17, 2017 wondering how to make a sphere move in spiral way in X,Z axis only , either starting form the middle and expanding outside or vice versa, so i can emit from it flip simulation Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted June 17, 2017 Share Posted June 17, 2017 float t = chf("Speed") * @Time; float s = chf('Spread') * @Time; @P += set(sin(t) * s, 0, cos(t) * s); 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.