G3X_EdgeMarking

C Specification

#include <nitro/gx/g3x.h>

void G3X_EdgeMarking(BOOL enable);

Arguments

enable Edge marking setting

Return Values

None.

Description

This function sets whether edge marking will be applied during 3D rendering. When anti-aliasing is used, edge marking is performed before anti-aliasing is applied.

See Also

G3X_AntiAlias, G3X_SetEdgeColorTable

Revision History

01/19/2004 Initial version