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.
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
thank you man now i want how to scale down that image.
texture.repeat.set(2,2)
texture.offset.set(.5,.5)