Alex Romosan <[EMAIL PROTECTED]> writes:

> so i looked at src/Main/renderer.cxx and after applying this patch:
>
> RCS file: /var/cvs/FlightGear-0.9/source/src/Main/renderer.cxx,v
> retrieving revision 1.35
> diff -u -r1.35 renderer.cxx
> --- src/Main/renderer.cxx       21 Jan 2006 12:07:40 -0000      1.35
> +++ src/Main/renderer.cxx       25 Jan 2006 21:24:09 -0000
> @@ -226,8 +226,8 @@
>      glFrontFace ( GL_CCW );
>  
>      // Just testing ...
> -    glEnable(GL_POINT_SMOOTH);
> -    glEnable(GL_LINE_SMOOTH);
> +//    glEnable(GL_POINT_SMOOTH);
> +//    glEnable(GL_LINE_SMOOTH);
>      // glEnable(GL_POLYGON_SMOOTH);      
>      glHint(GL_POLYGON_SMOOTH_HINT, GL_DONT_CARE);
>      glHint(GL_LINE_SMOOTH_HINT, GL_DONT_CARE);

after some googling looks like the problems is with GL_POINT_SMOOTH
and the latest nvidia driver (GL_LINE_SMOOTH is okay). so i suggest we
don't enable GL_POINT_SMOOTH by default in FGRenderer::init().

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to