PixelLightAPI  .
Public Types | Public Member Functions
PLRenderer::Cull Class Reference

Cull modes. More...

#include <Types.h>

List of all members.

Public Types

enum  Enum {
  None = 0, CW = 1, CCW = 2, Number = 3,
  Unknown = 4
}

Public Member Functions

 pl_enum (Enum) pl_enum_value(None
No culling pl_enum_value (CW,"Selects clockwise polygons as front-facing") pl_enum_value(CCW

Detailed Description

Cull modes.


Member Enumeration Documentation

Enumerator:
None 

No culling

CW 

Selects clockwise polygons as front-facing

CCW 

Selects counterclockwise polygons as front-facing

Number 

Number of cull modes

Unknown 

Unknown cull mode


Member Function Documentation

No culling PLRenderer::Cull::pl_enum_value ( CW  ,
"Selects clockwise polygons as front-facing"   
)

The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:23
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported