How to apply image in skinned meshes properly?

How to apply image in skinned meshes properly because whenever I am applying the image it showing the image upside down in 3d model in react three fiber.

texture.flipY = false

1 Like

thank you man now i want how to scale down that image.

texture.repeat.set(2,2)
texture.offset.set(.5,.5)

I have tried this and it is working but it is not properly scaling down