ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Vector Component API Reference / Vector Component Enumerations Reference / enumIGVectCullFace
In This Topic
    enumIGVectCullFace
    In This Topic

    This enumeration defines face culling modes.

    Values:

    IG_VECT_CULLFACE_NONE No facets are culled (both front and back facing faces are rendered).
    IG_VECT_CULLFACE_BACK Back-facing facets are culled (only front-facing faces are rendered).
    IG_VECT_CULLFACE_FRONT Front-facing facets are culled (only back-facing faces are rendered).