Re: [Plib-users] Couple of fntRenderer questions
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2001-09-11 01:07:36
|
Steve Baker wrote: > > but is there a way to do rotated text (vertical in particular) with fntRenderer/fntTexFont > > in 1.5.1? > > Yes....how about: glRotatef :-) > > Try (for example) adding the following two lines to the end of 'setOpenGLState' in the > PLIB example program 'examples/src/fnt/fnt_test.cxx' and the text will spin quite happily. Ooops! Sorry - I forgot the two lines! static float a = 0 ; glRotatef ( a += 0.1, 0, 0, 1 ) ; ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://web2.airmail.net/sjbaker1 http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net http://lodestone.sf.net |