#include <nitro/gx/g3x.h>void G3X_AntiAlias(BOOL enable);This function sets whether anti-aliasing is applied during 3D rendering. Performance is the same whether anti-aliasing is ON or OFF.
enable |
Anti-aliasing setting |
None
01/19/2004 Initial Version