Force antialiasing?
by Lee Latham · in Torque Game Engine · 06/01/2007 (10:24 am) · 5 replies
Anyone know how to force antialiasing? Right now Torque honors the forced settings in the Nvidia control panel, but I'd like the game to default to AA of some sort.
I've searched around but can't find any script or code resource on the subject...?
I've searched around but can't find any script or code resource on the subject...?
#2
and - www.garagegames.com/mg/forums/result.thread.php?qt=33668
06/02/2007 (4:18 pm)
Clickity - www.garagegames.com/mg/forums/result.thread.php?qt=50089and - www.garagegames.com/mg/forums/result.thread.php?qt=33668
#3
06/02/2007 (5:56 pm)
Yeah, I saw those, but no definitive answer there that I could tell...
#4
06/02/2007 (8:24 pm)
Basically for Mac's there is some implementation for FSAA, but nothing for Windows :)
#5
06/03/2007 (3:05 am)
Well yeah, I'd kinda gathered that from the postings, but on the other hand in the source code the statement above exists just _above_ the ifdef for MacOS. So that's what got me to wondering.
Torque Owner Lee Latham
Default Studio Name
S32 gFSAASamples = 4; ///< 1==no FSAA.
Sure looks like a way to force AA. Could I be doing something wrong? I've got the Nvidia driver set to "application controlled".