Example with Video Texture in Docs are flipped horizontally

The Documentation page Video As A Texture | Babylon.js Documentation has 2 examples:
https://playground.babylonjs.com/#ZMCFYA#2
and
https://playground.babylonjs.com/#CHQ4T#1

In both examples the videotexture is flipped horizontally.


To correct it one needs to add: ANote0VideoVidTex.uScale = -1;
like here - https://playground.babylonjs.com/#ZMCFYA#81

Should I make a PR with corrected PG links?

Yes please! cc @PirateJC

I think we should first check what happened, before making -1 on the uScale the official solution :slight_smile:

Actually it is simply that the camera is looking at the back of the plane:
tv | Babylon.js Playground

@PirateJC do you mind updating the doc? thanks a lot

These have both now been updated!

3 Likes