Skip to main content
lisbetkr
Inspiring
May 9, 2023
Question

Turbulent displace stops

  • May 9, 2023
  • 2 replies
  • 3232 views

Hi

 

I have a turbulent displace that shal continue for 1 minute but it stops after a while. 

i have this expression on the evolution: 

posterizeTime(9); time*1500 

 

i have read the it somehow can only go to 100 - but how do you then make it continue? 

This topic has been closed for replies.

2 replies

Dan Ebberts
Community Expert
Community Expert
May 9, 2023

I don't think you'll notice the transition if you just let it wrap around:

posterizeTime(9);
(time*1500)%32768
Mylenium
Legend
May 9, 2023

You are running out of integer values. Keyframe the motion and apply a loopOut() expression instead. Animate the offset as well to disguise the repetition.

 

Mylenium

lisbetkr
lisbetkrAuthor
Inspiring
May 9, 2023

thank you Mylenium. I am not that strong in the expressions – what would the full expression be then? 

 

/lisbet