OpenGL Quad Width/Height in Pixels?

Started by
0 comments, last by Zakwayda 17 years, 12 months ago
How do I go about creating a quad with an actual width and height in "pixels"? for example I want to create a quad with dimentions: 350px X 50px. [Edited by - JepMasterAce on April 21, 2006 4:08:21 PM]
NewbiesNetwork.com A place where newbies strive. :)
Advertisement
You can use glOrtho() to set things up so that there is a one-to-one mapping (more or less) between units and pixels.

This topic is closed to new replies.

Advertisement