hmm i'm not entirely sure but shouldn't this

Code:

my.skill41 = sinv(my.pan);
my.skill42 = cosv(my.pan);



be changed to somehing like this

Code:

my.skill41 = floatv(sinv(my.pan));
my.skill42 = floatv(cosv(my.pan));



?


Shade-C EVO Lite-C Shader Framework