nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: RE: Fonts + rotation
From: Joe deBlaquiere
Date: Fri, 14 Jan 2000 08:39:41 -0600

a look up table is definately the way to go... but do you really want to use
bitmap fonts ??? I would think they would look kinda jagged, especially at a
45 degree angle. GLUT ( the OpenGL Utility Toolkit ) draws characters very
nicely at arbitrary angles using stroke fonts. I would definately look at
the GLUT code before I implemented anything. 

see :
http://reality.sgi.com/mjk_asd/glut3/glut3.html

I would think this could be done within nanogui or on top of.

--Joe

> -----Original Message-----
> From: Alan Cox [mailto:alan@lxorguk.ukuu.org.uk]
> Sent: Friday, January 14, 2000 8:01 AM
> To: martinj@visuaide.com
> Cc: gregh@CenturySoftware.com; nanogui@linuxhacker.org
> Subject: Re: Fonts + rotation
> 
> 
> > Thanks for the idea, a good starting point ... But I don't 
> like the computing
> > intensive sin/cos/math stuff (SA-1100 doesn't have an FPU ...)
> 
> sin/cos is cheap. You build a lookup table
> 
> Alan
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nanogui-unsubscribe@linuxhacker.org
> For additional commands, e-mail: nanogui-help@linuxhacker.org
> 

nanogui@linuxhacker.org