NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
Number | Name | Description |
---|---|---|
0 | DRAW_CCW_OR_BOTH | Application default, chooses between DRAW_CCW or DRAW_BOTH. |
1 | DRAW_CCW | Draw only the triangles whose vertices are ordered CCW with respect to the viewer. (Standard behavior) |
2 | DRAW_CW | Draw only the triangles whose vertices are ordered CW with respect to the viewer. (Effectively flips faces) |
3 | DRAW_BOTH | Draw all triangles, regardless of orientation. (Effectively force double-sided) |