Curtis L. Olson writes:

 > Mark Harris mentioned that the back buffer requires a "destination
 > alpha" for imposter rendering to work.  Perhaps that's why things
 > aren't great with a 16bit color buffer, you probalby aren't even
 > getting an alpha channel there?

That's possible, but currently the problem is that FlightGear will not
start at all at 16bpp with --enable-clouds, because of this:

    if ( fgGetBool("/sim/rendering/clouds3d") ) {
        glutInitDisplayMode( GLUT_RGB | GLUT_DEPTH | GLUT_DOUBLE | GLUT_ALPHA );
    } else {
        glutInitDisplayMode( GLUT_RGB | GLUT_DEPTH | GLUT_DOUBLE );
    }

Here's what I get:

  GLUT: Fatal Error in fgfs: visual with necessary capabilities not found.


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to