Changing texture in photoDome

I am changing the photo dome’s texture after a timeout. It works well but the Mode = Side by Side does not have any effect on the changed texture. For example:

https://www.babylonjs-playground.com/#WP9WDU#20

after 2 seconds, the image is changed but it does not have Image Type as SideBySide.

It’s a bug, here’s a fix:

As a temporary workaround, you can set the textureMode to something else and put it back to SIDE_BY_SIDE:

https://www.babylonjs-playground.com/#WP9WDU#22

1 Like

Thank you. For the time being I was creating two-three domes and switching between them. :slight_smile: