Package 

Object HDRLoader


  • 
    public class HDRLoader
    
                        

    Utility for decoding an HDR file and producing a Filament texture.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class HDRLoader.Options
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static HDRLoader INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final Texture createTexture(Engine engine, Buffer buffer, HDRLoader.Options options) Consumes the content of an HDR file and produces a Texture object.
      • Methods inherited from class java.lang.Object

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

      • createTexture

         final Texture createTexture(Engine engine, Buffer buffer, HDRLoader.Options options)

        Consumes the content of an HDR file and produces a Texture object.

        Parameters:
        engine - Gets passed to the builder.
        buffer - The content of the HDR File.
        options - Loader options.