Blit in 2D

Started by
2 comments, last by Nelstaar 21 years, 7 months ago
I need to blit an image in my window in 2d coordinate. if you know how, please help me ;o)
Advertisement
well, he did post this in the OpenGL forum, so i''m assuming he
wants to know how to do it in OpenGL and not directdraw...

Nelstaar: to ''blit'' in opengl you need to set your
app to be orthographic.. that''ll change everything to 2D
coordinates for you and will eliminate the need for the ''z''
coordinate.
do a google search for "gluOrtho2D" or check out the articles
and resources section on this page.
nehe''s lesson 21 is also good.

-eldee
;another space monkey;
[ Forced Evolution Studios ]

::evolve::

-eldee;another space monkey;[ Forced Evolution Studios ]
sorry
[size="2"]I like the Walrus best.
Merci

This topic is closed to new replies.

Advertisement