Package 

Enum View.ShadowType

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

    
    public enum View.ShadowType
    
                        

    List of available shadow mapping techniques.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      PCF

      percentage-closer filtered shadows (default)

      VSM

      variance shadows

      DPCF

      PCF with contact hardening simulation

      PCSS

      PCF with soft shadows and contact hardening

    • Method Summary

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

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