multiple views in OGL

Started by
0 comments, last by thomasggiusepe 22 years, 5 months ago
Hi there, I am developing a virtual environment, where I would like to put 2 cameras view in the same scenario. Someone has yet worked around this issue. I know that it is possible to implemente in Java3D, but in OGL I am not sure. Thnx in advance. Best wishes ...§:0). Thomas
Advertisement
What you need to do is, calculate the complete viewing angle for one camera, and then save the matrix in something like "float matrix[16];" Then, when you''re ready to load the matrix, just use glLoadMatrix(matrix);

------------------------------
Trent (ShiningKnight)
E-mail me
ShiningKnight Games

This topic is closed to new replies.

Advertisement