08-13-2001, 05:09 AM
Hi,
I am a new user for openGl, and I am trying to display images. Do I call only glDrawPixels(.......); or I have to cal the projections before I call glDrawPixels?
glMatrixMode( GL_PROJECTION );
glLoadIdentity();
glFrustum(......);
glDrawPixels(.......);
or Just call
glDrawPixels(.......) only
thanks
I am a new user for openGl, and I am trying to display images. Do I call only glDrawPixels(.......); or I have to cal the projections before I call glDrawPixels?
glMatrixMode( GL_PROJECTION );
glLoadIdentity();
glFrustum(......);
glDrawPixels(.......);
or Just call
glDrawPixels(.......) only
thanks