Re: [UFO-devel] LibUFO 0.8.4
Status: Beta
Brought to you by:
schmidtjf
From: Johannes S. <sch...@us...> - 2005-11-04 15:43:42
|
On Friday 04 November 2005 13:06, Mobius wrote: > I'd like to convert my project from LibUFO 0.8.0 to LibUFO 0.8.4, > but I have some problems... I have a strange glitch... O_o > > Screenshots... normal: > http://www.flammataetra.com/Image5.jpg > > When I move the cursor over a menu item (any menu item, this > is only an example): > http://www.flammataetra.com/Image6.jpg The new style uses every now and then gradients for backgrounds. Looking at the gl graphics object, it seems that the shade model is overwritten without any warning. If you need smooth shading, be sure to set it explicitely before your own drawing code (and please write if that worked). Regards, Johannes |