Hello, I originally tried it at something normal like 16 but it was too big, thats why I changed it to 1. I realised that I just need to scale it and it works ok.
On Nov 16, 8:44 pm, claudio canepa <[email protected]> wrote: > On Tue, Nov 16, 2010 at 4:03 PM, Will <[email protected]> wrote: > > 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? > > font_size=1 ? > I 'm surprised you see something at all. > > --claudio -- 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.
