Package 

Enum Material.Shading

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

    
    public enum Material.Shading
    
                        

    Supported shading models

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UNLIT

      No lighting applied, emissive possible

      LIT

      Default, standard lighting

      SUBSURFACE

      Subsurface lighting model

      CLOTH

      Cloth lighting model

      SPECULAR_GLOSSINESS

      Legacy lighting model

    • Method Summary

      Modifier and Type Method Description
      static Array<Material.Shading> values()
      static Material.Shading valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait