How to change direction of texture on pbrmaterial

Hello folks,
I have read the documentation related to rotation and pbrmaterial but I’m not able to find any property that enables me to change the direction of texture applied to PBR material.
Can anyone help me, please

Hello,
You can flip the texture by changing the u and vScale properties. It works for both Standard and PBR Materials. Here’s an example of some operations you can do on the texture to change its look: Texture operations | Babylon.js Playground (babylonjs.com)

2 Likes