![]() |
![]()
| ![]() |
![]()
NAMEEZ_CullFace - specify whether front or back facing polygons can be culledSYNOPSIS#include <EZ.h> void EZ_CullFace(int face) ARGUMENTSface Specifies a face, either EZ_FRONT or EZ_BACK.DESCRIPTIONEZ_CullFace Specifies whether front or back facing polygons can be culled when facet culling is enabled. Facet culling is enabled by calling EZ_Enable with mode EZ_CULL_FACE.SEE ALSOEZ_FrontFace(3), EZ_Enable(3)
|