hello, sorry by my bad english, but i'm a spanish. Question: It's posible split the screen?? this is, divide 2 parts. One middle screen top, and the other middle screen bottom, for watch two different views of the same game.
function update_cams // Call every frame-cycle { Kamera1.x = something; // the value u want Kamera1.y = something; // the value u want Kamera1.z = something; // the value u want
Kamera2.x = something; // the value u want Kamera2.y = something; // the value u want Kamera2.z = something; // the value u want }
I hope that will help you.
For further information about views, just look at the camera-tut in the download section.