Video texture export form blender to babylon.js

I created planer in blender, imported a video (mp4) to that plane, it shows in blender, but when I export gltf it to babylon file, i see only the white planer , it’s not showing video

As far as I know GLTF format doesn’t support video textures.

1 Like

can u please given me suggestion
how to export video texture

Just import GLB, then create video texture from mp4, then apply to a desired mesh.
Example - https://playground.babylonjs.com/#ZMCFYA#403

5 Likes