I have a doubt of how to apply this polinomium in a code box.
- Code: Select all
sin(x * (1/4*π)) + cos(x * (1/4*π))
I have this in the codebox:
- Code: Select all
monoin In;
monoout Out;
float PI=3.1415927;
Out = sin1(In*(1/4*PI))+cos1(In*(1/4*PI));
I think That I have to change a little the formula for work in -1 to 1 intervals because the Out curve takes values superior to 1 (or -1)

I'm no quite sure of how to adapt this to SM code.
Cheers !

















