[GEM-dev] valid FSAA levels

Hans-Christoph Steiner hans at eds.org
Tue Mar 24 00:55:02 CET 2009


I am documenting the FSAA message to the [gemwin]. It seems to me that  
it only takes the values 0,2,4,8.  There is a check in the C++ code,  
but its currently a little bit useless:

void gemwin :: fsaaMess(int value)
{
     if (value == 2 || value == 4 || value == 8){
         GemMan :: fsaa = value;
     }
     else{
         GemMan :: fsaa = value;
     }
}

It seems to me that it should issue a warning if 'value' is not a  
useful value.  Also, [FSAA 0( would be an intuitive way to turn off  
FSAA, it seems to work.

.hc

----------------------------------------------------------------------------

I have the audacity to believe that peoples everywhere can have three  
meals a day for their bodies, education and culture for their minds,  
and dignity, equality and freedom for their spirits.      - Martin  
Luther King, Jr.






More information about the GEM-dev mailing list