hi all..sorry my bad english
i need to rotate a model 3d in a scene
i have read the manual and i have find the script turnToAngle but i dont know how use .
my code is
var Robber = Scene.LoadActor3D("actors\Robber\Robber.act3d");
Robber.SkipTo(274, 716);
Robber.Direction = DI_UPLEFT;
Robber.TurnToAngle = 90; the problem is in this last line, I do not know how to say in which direction and how many degrees .. for example rotate the model 90 degrees on the x axis
I searched the forum but have not found anything about it.
I hope someone can help me.
by and tk