syd & sandy wrote:
> Hi all,

> I used to get better framerates night flying, unless I enabled enhanced 
> lights.
> Now it doesnt matter if enhanced lights are enabled or not , I get the 
> low framerates as soon as the airport lights come on. Ive got a 1.1 gig 
> AMD Athalon , with a Geforce 4 MX4000.
> Average framerates are 25 - 30 , and drop to about 8 looking at KSFO at 
> night.

It could be that your OpenGL implementation is wrong.
You might want to try and change the following line in 
FlightGear/src/Main/renderer.cxx:

glHint(GL_POINT_SMOOTH_HINT, GL_DONT_CARE);

to

glHint(GL_POINT_SMOOTH_HINT, GL_FASTEST);

and see if that helps.

Erik


-- 
http://www.ehtw.info (Dutch)    Future of Enschede Airport Twente
http://www.ehofman.com/fgfs     FlightGear Flight Simulator


_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to