CullFace.3CgFX

Langue: en

Version: Cg Toolkit 3.0 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

CullFace - 3D API cull face

USAGE

CullFace = int(face)

VALID ENUMERANTS

face: Front, Back, FrontAndBack

DESCRIPTION

Specify orientation of candidates for facet culling. See the OpenGL glCullFace manual page for details.

The standard reset callback sets the CullFace state to int(Back).

OPENGL FUNCTIONALITY REQUIREMENTS

OpenGL 1.0

DIRECT3D FUNCTIONALITY REQUIREMENTS

Not applicable.

SEE ALSO

CullFaceEnable, CullMode, FrontFace