You're reading text right now. Characters representing primarily letters and numbers, usually arranged to present a message.
11
votes
4answers
6k views
Preferred way to render text in OpenGL
I'm about tu pick up computer graphics once again for an university project. For a previous project I used a library called ftgl that didn't leave me quite satisfied as it felt kind of heavy (I tried ...
6
votes
1answer
177 views
Text on a model
I am trying to put some text on a Model and I want it to be dynamic. Did some research and came up with drawing the text on the texture and then set it on the model. I use something like this:
public ...