Hi,
I want to draw the frustum of one camera in another. To do this I do the following:
gl.glPushMatrix();
//first translate and rotate into the camera view
...
Type: Posts; User: sharkfan12
Hi,
I want to draw the frustum of one camera in another. To do this I do the following:
gl.glPushMatrix();
//first translate and rotate into the camera view
...