Basic HDR loader class. This loader is not intended to be used as is, but is used internally by the EnvironmentMap class.
Allow to load an HDR file from an URI and returns a HDRImageData object containing the Float32Array data alongside width, height and other useful information.
Basic HDR loader class. This loader is not intended to be used as is, but is used internally by the EnvironmentMap class.
Allow to load an HDR file from an URI and returns a HDRImageData object containing the Float32Array data alongside width, height and other useful information.
Example