mode | Polygon culling mode |
The following modes can be set:
NJD_POLYGON_NOCULLING | Do not perform culling at all (default) |
NJD_POLYGON_CULLINGSMALL | Perform culling for small polygons |
NJD_POLYGON_CULLINGACW | Perform culling to counter-clockwise polygons |
NJD_POLYGON_CULLINGCW | Perform culling to clockwise polygons |