Class Texture.PrefilterOptions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean mirror
      whether to generate a reflection map (mirror)
      int sampleCount
      number of samples for roughness pre-filtering
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • sampleCount

        public int sampleCount
        number of samples for roughness pre-filtering
      • mirror

        public boolean mirror
        whether to generate a reflection map (mirror)
    • Constructor Detail

      • PrefilterOptions

        public PrefilterOptions()