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
| Name | Type | Access | Description |
|---|---|---|---|
BACK | int | Read | Only back faces are culled. |
FRONT | int | Read | Only front faces are culled. |
BOTH | int | Read | Both back/front faces are culled, doesn’t affect line/point rendering. |
Methods
| Signature | Description |
|---|---|
CullFaceMode() | Calls CullFaceMode on this CullFaceMode instance. |