Enable full screen Antialiasing with GF 4

I have a GeForce 4 Ti 4600, and am looking to do full screen antialiasing. I want to do it through the card rather than using glEnable(GL_POLYGON_SMOOTH) and so on. Anyone know how I do this?

Ah, after spending longer than I was hoping searching, I figured it out.

In case anyone is curious, in BASH you type
export __GL_FSAA_MODE=<number 1-5> where number is the FSAA mode. -Then- you have to launch the app from the same console window, which I wasn’t doing at first and that really confused me. All good now.

Except at 1920 x 1200 resolution my frame rate drops to 43fps using it… heh heh…

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.