How to load .exr as env

This would allow this code to work to load an env texture from an EXR file: const reflectionTexture = new BABYLON.EXRCubeTexture("assets/metro_noord_1k.exr", scene, 512, false, true, false, true);

2 Likes