Module OgamlGraphics.DrawParameter.CullingMode

Culling modes enumeration

This module consists of only one type enumerating OpenGL culling modes

type t = CullNone | CullClockwise | CullCounterClockwise
Backface culling modes

Possible values

CullNone
Culls no face (default)
CullClockwise
Culls all faces displayed in CW order from the camera POV
CullCounterClockwise
Same with CCW