Advertisement

Need a Good 2D in OpenGL

Started by May 11, 2000 06:49 AM
0 comments, last by Iceman 24 years, 6 months ago
Is there any way possible to write a 2D Object (Line,Rect etc.) on OpenGL Window? I mean other than GDI. Thanks
gluOrtho2d() combined with glBegin( GL_LINES ), glBegin( GL_POINTS ), etc etc etc


#pragma DWIM // Do What I Mean!
~ Mad Keith ~
**I use Software Mode**
It's only funny 'till someone gets hurt.And then it's just hilarious.Unless it's you.

This topic is closed to new replies.

Advertisement