For an object in my 3d scene I want to draw text on it, so I am doing:
pyglet.text.Label('Object',
font_name='Times New Roman',
font_size=1)
after drawing the object. It is drawing in the right place at the
right size but the text is very blurred. I presume I have to texture
it somehow but not sure how?
--
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en.