Class CullFaceMode

  • java.lang.Object
    • com.aspose.threed.CullFaceMode

  • public final class CullFaceMode
    extends java.lang.Object
    What face to cull
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BACK
      Only back faces are culled
      static int BOTH
      Both back/front faces are culled, doesn't affect line/point rendering.
      static int FRONT
      Only front faces are culled
    • Constructor Summary

      Constructors 
      Constructor Description
      CullFaceMode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BOTH

        public static final int BOTH
        Both back/front faces are culled, doesn't affect line/point rendering.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CullFaceMode

        public CullFaceMode()