Click or drag to resize

glFace Enumeration

Faces used for culling and stencilling.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum Face
Members
  Member nameValueDescription
Front1028 Front-facing polygons are culled.
Back1029 Back-facing polygons are culled (the default).
FrontAndBack1032 Front- and back-facing polygons are culled.
See Also