Using hdr image as scene background

How can i use a hdri file as a background that is visible in my scene?

I’m guessing its something with the skybox but i haven’t found how to use an hdri for that

Thanks,
Axel

You could simply create a new HDRCubeTexture from your file and assign it to your skybox. It is exactly what we do in the sandbox :slight_smile:

If you also wish to use it on a mobile device I recommend you to use .env files. The hdr file type is somehow causing blackend object on mobile devices.

But this is mostly for the reflection on the objects. If it really needs to be the environment itself then I refer to @sebavan post above.

1 Like