CullMode defines the type of face culling used when rendering.
Properties:
Name | Type | Description |
---|---|---|
NONE |
Doesn't perform any culling (both sides are rendered). |
|
BACK |
Culls the faces pointing away from the screen |
|
FRONT |
= Culls the faces pointing toward the screen |
|
ALL |
= Culls both faces (nothing is rendered) |