CullFaceMode

CullFaceMode

Overview

CullFaceMode is a class in Aspose.3D FOSS for Java.

What face to cull.

This class provides 1 method for working with CullFaceMode objects in Java programs. Available methods include: CullFaceMode. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: BACK, BOTH, FRONT.

Properties

NameTypeAccessDescription
BACKintReadOnly back faces are culled.
FRONTintReadOnly front faces are culled.
BOTHintReadBoth back/front faces are culled, doesn’t affect line/point rendering.

Methods

SignatureDescription
CullFaceMode()Calls CullFaceMode on this CullFaceMode instance.

See Also