-
public class HDRLoaderUtility for decoding an HDR file and producing a Filament texture.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHDRLoader.Options
-
Method Summary
Modifier and Type Method Description final TexturecreateTexture(Engine engine, Buffer buffer, HDRLoader.Options options)Consumes the content of an HDR file and produces a Texture object. -
-
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.
-
-
-
-