Hello,
i was curious about why the assetsManager class doesn’t have an addVideoTextureTask method.
Do videos have to be loaded in another way?
Thank you
Hey there!
It hasn’t been added yet, but that should be simple to add by creating a new class that extends from AbstractAssetTask: Babylon.js/assetsManager.ts at master · BabylonJS/Babylon.js (github.com) and adding an addVideoTextureTask that just instantiates this class: Babylon.js/assetsManager.ts at master · BabylonJS/Babylon.js (github.com)
1 Like