PDA

View Full Version : Setting Far Cut Off


Nick
2004.09.07, 09:19 PM
What is the function that I use to set OpenGL to NOT cut off objects that are far away?

codemattic
2004.09.07, 09:47 PM
You cant. Choose the near and far of your frustum wisely.

Nick
2004.09.07, 09:57 PM
Oh ok. Makes searching for it easy ;). Thanks for the help.