Class View.RenderQuality

    • Field Summary

      Fields 
      Modifier and Type Field Description
      View.QualityLevel hdrColorBuffer
      A quality of HIGH or ULTRA means using an RGB16F or RGBA16F color buffer.
    • Constructor Summary

      Constructors 
      Constructor Description
      RenderQuality()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • hdrColorBuffer

        public View.QualityLevel hdrColorBuffer

        A quality of HIGH or ULTRA means using an RGB16F or RGBA16F color buffer. This means colors in the LDR range (0..1) have 10 bit precision. A quality of LOW or MEDIUM means using an R11G11B10F opaque color buffer or an RGBA16F transparent color buffer. With R11G11B10F colors in the LDR range have a precision of either 6 bits (red and green channels) or 5 bits (blue channel).

    • Constructor Detail

      • RenderQuality

        public RenderQuality()