neeeeed help

hai,
iam doing a 3D Radar Screen ,
i want to know how to display numbers on the screen . Can i use VC++ GDI functions in opengl (like Textout(), Ellipse()…).

I don’t think so, but just do it with openGL.
Glut library has a bitmap text function, and making an circle for the screen is also very easy.

Originally posted by siddu_78:
hai,
iam doing a 3D Radar Screen ,
i want to know how to display numbers on the screen . Can i use VC++ GDI functions in opengl (like Textout(), Ellipse()…).