Package com.aspose.threed
Class CullFaceMode
- java.lang.Object
-
- com.aspose.threed.CullFaceMode
-
public final class CullFaceMode extends java.lang.Object
What face to cull
-
-
Constructor Summary
Constructors Constructor Description CullFaceMode()
-
-
-
Field Detail
-
BACK
public static final int BACK
Only back faces are culled- See Also:
- Constant Field Values
-
FRONT
public static final int FRONT
Only front faces are culled- See Also:
- Constant Field Values
-
BOTH
public static final int BOTH
Both back/front faces are culled, doesn't affect line/point rendering.- See Also:
- Constant Field Values
-
-