Depht

Hi,

I have a big cube(192 pixels) with a lot of details and it’s necessary that I
see the complete cube on the screen.
So, I first make a translation of -120.0, then I draw the cube on the screen.
But I don’t see the whole cube, just the pixels close to the viewing point are
displayed on the screen. When I make an initial translation of -170 I see
nothing at all of the cube.
What do I have to do to see the the complete cube ?

thanks,
Sylviana

Maybe the cube is clipped by far plane, try set the projection matrix with a bigger zfar.