Class CullFaceMode
Constructors
constructor
Parameters
- enable: boolean
- mode: CullFaceModeType
- frontFace: FrontFaceType
Returns CullFaceMode
Properties
enable
enable: boolean
frontFace
mode
StaticbackCCW
Staticdisabled
StaticfrontCCW
Opposite of backCCW. Culls front-facing triangles when counterclockwise vertex order is used.
Was this helpful?
The standard GL cull mode. Culls backfacing triangles when counterclockwise vertex order is used. Use for 3D geometry such as terrain.