A sine wave multiplier, but where you can change the inputs! If you want to move the screen use W,A,S,D Lots of interesting results can be generated, some of which I have included inside the project as presets. Each preset has a description that says what it does, just simply click on it and the sine wave should change! NOTE: some presets use numbers that are not achieveable with just the sliders.
Fyi: hm1 = height multiplier 1 hm2 = height multiplier 2 Evenness might have some unexpected effects Use randomness carefully as it might start to lag! Formula used: (2sinx * x * hm1 * randomness) * (sinx * timer * hm1 * randomness) - (csc [1 divided by the cosine of x] * x) * (sinx * evenness) * 100 - y If you want to make a similar project or use the formula somewhere else.