Create a scene environment texture from a skybox

Hi,
I am aware that it is possible to generate a reflection texture and apply it to scene objects using a skybox and a reflection probe as seen here: Babylon.js Playground

I wanted to extend this slightly to create a scene environment texture instead. Unfortunately, I haven’t been able to get this to work. Please see: https://playground.babylonjs.com/#4R1H1U#28

Is what I’m trying to do possible?
Thanks.

Here is how you can do it :slight_smile:

https://playground.babylonjs.com/#4R1H1U#29

1 Like

Perfect. Thanks @sebavan :smiley: