how to display a model full-screen ?

i have a house model .i have the boundry of the house :left,right,bottom,top,near,far.
now i want to display it in my screen full-screen.
how can i reality it ?

If you’re using glut, try glutFullScreen.
Be careful, then, that you destroy your window
correctly ( I use glutDestroyWindow).

Or do you want to scale it to fill your window?

i do not want to scale it .i wnat to reality j it throught projection and camera. can i ???