How can one control the duration of a videoTexture?
Loop the first 10 seconds out of a 1 minute video?
https://playground.babylonjs.com/#EKFLA#295
I found this in the documentation, but I don’t really understand how to use it:
The internal video DOM object is accessible via the VideoTexture.video property… which allows you to control some characteristics and monitor the status of the video (things such as play, pause, loop, autoplay, etc). See the link above for the full story.