Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi!
It´s possible draw a text in a OpenGL rendering context using the QFont Object? Anyone there have an example of how can i do this?
The idea is just to have some text on the screen while i render some objects.
Regards
If that is sufficient, performance wise, draw text in a QPixmap and use bindTexture() to use it in your GL context.