JBoris Posted March 31, 2021 Share Posted March 31, 2021 Hi there! I want to do a procedural animation where I randomly change the transformation every second or so. For example at frame 1 posX is 0, stands still and at frame 50 it moves to a random pos within 10 frames, pauses for 50 frames and moves to next random pos within 10 frames, pauses for 50 frames, moves to next random pos and so on. Unfortunately my knowledge of CHOPs is rather limited and I couldn't figure out how to do it with expressions based on @Time. Any ideas? Cheers, J. Quote Link to comment Share on other sites More sharing options...
luoqiulin Posted April 4, 2021 Share Posted April 4, 2021 lerp(rand(int(@Frame/60)),rand(int(@Frame/60)+1),fit(@Frame%60,0,10,0,1)) this is not actually right, but maybe the method works. 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.