interpoolate 0–100 as looping ellipse
Hi!
Trying to build a rig where I have a global variable for Day / Night which goes from 0 to 100 where 0 being day and 100 being complete night. What I want to accomplish with this setup is a movement from the sun traveling in an ellipse like shape where 0 and 100 have the same position and 50 is at the lower right hand side.
Using a Math.sin/cos setup I've managed to get close to the ellipse shape from this 0–100 input but since the input value is then going back to 0 I can't find a way to continue in the same way and not going backwards.
The reason for me trying to connect everything to one variable is so for plenty of layers being affected by and interpolating the exact same input so it all sticks together.
Any thoughts is highly appreciated!

