Re: [PyOpenGL-Users] Bounding box of bitmep text
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@vr...> - 2008-04-18 16:30:34
|
Prashant Saxena wrote: > > def drawText(x,y,text): > glRasterPos3f(x,y,0.8) > for i in text: > glutBitmapCharacter(GLUT_BITMAP_HELVETICA_12, ord(i)) glutBitmapHeight glutBitmapLength glutBitmapWidth HTH, Mike -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com |