I want to rotate the camera at a 90 degree angle for the soldier's 3rd person view so it will show his right side moving foward, similar to a 2D/sidescroller arcade game. But I can't seem to get the camera to rotate whatsoever.
I ran about the \Objects\Soldiers\Common section where I could find CommonSoldierData.inc and objects.con
I'm able to move the camera up, down, left or right with the ObjectTemplate.setPoseCameraPos but I cant find a code that will rotate this.
I tried placing ObjectTemplate.setRotation 90/0/0 and other multiple number combination's I have tried for the heck of it all over CommonSoldierData.inc and objects.con and no matter what the camera wont rotate.
Is it possible? What can I do? Is there an alternative solution?
|