Class View.TemporalAntiAliasingOptions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean enabled
      enables or disables temporal anti-aliasing
      float feedback
      history feedback, between 0 (maximum temporal AA) and 1 (no temporal AA).
      float filterWidth
      reconstruction filter width typically between 0 (sharper, aliased) and 1 (smoother)
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • filterWidth

        public float filterWidth
        reconstruction filter width typically between 0 (sharper, aliased) and 1 (smoother)
      • feedback

        public float feedback
        history feedback, between 0 (maximum temporal AA) and 1 (no temporal AA).
      • enabled

        public boolean enabled
        enables or disables temporal anti-aliasing
    • Constructor Detail

      • TemporalAntiAliasingOptions

        public TemporalAntiAliasingOptions()