Change Video Source When Playing 360 Video

Does anyone know how to change from one 360 video to another 360 video using 360 VideoDome?
Thanks!

Adding @thomlucc for the texture URL update :slight_smile:

Hi @yuxin, here is the method you have to use: VideoTexture - Babylon.js Documentation

You’d have to do something like:
YourVideoDome.videoTexture.updateURL(“https://yoda.blob.core.windows.net/videos/uptale360.mp4”);

3 Likes

Got it. Thanks!