Multiple PhotoDome spheres?

Using the PhotoDome API, is it possible to have two photodome spheres with different radius with the inner sphere image having alpha channel or partial opacity so that the outer photodome can be seen?
Thanks,
Michael

Hi. And welcome to the forum. You could do something like this;

https://www.babylonjs-playground.com/#14KRGG#113

Here I just create another photoDome with a smaler size, and set hasAlpha to true for the diffuse texture on the generated material for the second photoDome.

Is this something like the effect you were looking for ?

I am still learning babylon myself, but i think this is a proper way to do this, if not, someone will probably correct me :wink:

3 Likes