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.



_______________________________________________
GEM-dev mailing list
GEM-dev@iem.at
http://lists.puredata.info/listinfo/gem-dev

Reply via email to