pillsNmilk Posted Sunday at 05:41 AM Share Posted Sunday at 05:41 AM I dont know what im doing wrong i have spent over an hour trying to figure out why it isnt spinning when i scrub my channel float. Any help would be highly appreciated Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted Sunday at 09:32 PM Share Posted Sunday at 09:32 PM Hi Hunter, you would probably use the "orient along curve"-node instead, it also happens to offer rotations. However, if you want to do it in VEX you could try: float freq = chf('frequency'); float sc = chf('scale'); float u = vertexcurveparam(0, i@vtxnum); float amount = u * (1.0 / freq); matrix m = ident(); rotate(m, amount, v@N); scale(m, sc); v@P += v@up * m; od_spiral.hip 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.