Issue with THREE.RGBELoader();

Hi i got many issue with THREE.RGBEloader()
THREE.RGBELoader() is not a constructor … … …
and I dont even find him anymore in the doc/exem of threejs

I have no issue on previous version but on the last one I have hard time to made it work (and with no success)

Did he get replace ? if yes witch one I have to use to load an equirectangular HDR

Thanks in Advance !

https://threejs.org/examples/?q=glt#webgl_loader_gltf

import { RGBELoader } from 'three/addons/loaders/RGBELoader.js';

2 Likes

thanks you @Chaser_Code

1 Like