Package 

Enum Material.TransparencyMode

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Material.TransparencyMode
    
                        

    How transparent objects are handled

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DEFAULT

      The transparent object is drawn honoring the raster state.

      TWO_PASSES_ONE_SIDE

      The transparent object is first drawn in the depth buffer,then in the color buffer, honoring the culling mode, but ignoring the depth test function.

      TWO_PASSES_TWO_SIDES

      The transparent object is drawn twice in the color buffer,first with back faces only, then with front faces; the cullingmode is ignored. Can be combined with two-sided lighting.