Class View.SoftShadowOptions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      float penumbraRatioScale
      Globally scales the computed penumbra ratio of all DPCF and PCSS shadows.
      float penumbraScale
      Globally scales the penumbra of all DPCF and PCSS shadows Acceptable values are greater than 0
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • penumbraScale

        public float penumbraScale
        Globally scales the penumbra of all DPCF and PCSS shadows Acceptable values are greater than 0
      • penumbraRatioScale

        public float penumbraRatioScale
        Globally scales the computed penumbra ratio of all DPCF and PCSS shadows. This effectively controls the strength of contact hardening effect and is useful for artistic purposes. Higher values make the shadows become softer faster. Acceptable values are equal to or greater than 1.
    • Constructor Detail

      • SoftShadowOptions

        public SoftShadowOptions()