In the right hand coordinate system, is the dynamic texture inverted?

In the right hand coordinate system, the dynamic texture is inverted, right?USCALE =-1 doesn’t work, right?
https://playground.babylonjs.com/#5ZCGRM#1431

hi when you have any -1 in scale you need have correct the transition too

 materialGround.diffuseTexture.wrapV=-1; 

https://playground.babylonjs.com/#5ZCGRM#1432

1 Like

Thank you very much :grinning:

1 Like