Hi hopfel

I put the following test action into test.c and attached it as a behavior but it will not rotate the model ??

Could you test it for me as I am going MAD

Thank you

action spin() // this action is in a seperate file called test.c
{

while(1)
{
my.pan = my.pan +1;
wait(1);
}

}