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
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!