NIF File Format Documentation

NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

FaceDrawMode

This enum lists the different face culling options.

Choices

Number Name Description
0 DRAW_CCW_OR_BOTH use application defaults?
1 DRAW_CCW Draw counter clock wise faces, cull clock wise faces. This is the default for most (all?) Nif Games so far.
2 DRAW_CW Draw clock wise faces, cull counter clock wise faces. This will flip all the faces.
3 DRAW_BOTH Draw double sided faces.

Storage Type

unsigned int

Found In