|
General
--------
Set the antialiasing mode ON or OFF.
This is an important function that can enhance graphic quality.
Usually turning antialiasing ON will slow down rendering though modern
3D cards such as GeForce 4 (Ti or MX) and newer cards have good support
for antialiasing.
What is antialiasing ?
----------------------
Reduction of jagged edges by the use of intermediate shades, smoothing of aliasing.
Usage:
------
Could be call before using the 3D card or afterwords.
Has no effect when using software rendering.
The default is OFF.
Example:
STATE_3D_card_set_antialiasing(ON);
|