Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am making a GUI in visual c++6.0 using openGL.
For printing the characters on the openGL screen, we make use of glprint command.
Is there any command which can clear off what we have printed.
For example, if I give a print command in openGL;

C++
glprint(10,20,"123",0);


Now if I want to remove what I have printed on screen, which command shall I use?

Thanks,

Timkee
Posted
Updated 19-Oct-10 13:09pm
v2

1 solution

There is no "delete" method it in the way you mean it. You just have to draw something on it.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900