Blend between 2 video in a VideoDome

Hi,

I’m looking for a way to make a transition between 2 videos in a VideoDome.
Ideally it would be like Babylon.js Playground but I can’t manage to interact with the VideoTexture of the VideoDome.

I would be very grateful if someone could put me on the right track.

Welcome aboard!

You can use the alpha property of the material of the dome:

https://www.babylonjs-playground.com/#SQ5UC1#140

However, this property is not public. @RaananW I think we can make an accessor for it?

2 Likes

Sure! I will add that right away.

2 Likes
1 Like