Hi,
I use react-three-fiber to render a 3D model, and add textures to that model. But it looks correct on the right side, not on the left side, and some materials I have added textures but it doesn’t seem to display properly like Cloak or Belt materials, I have to try set flipY to false of all textures to render correctly, but just one side.
I have added those textures to the model in Blender and it renders correctly.
In the image below, the left side of the arm and shoes looks like it has horizontal stripes, the belt looks like it’s completely stripped
Here is my code to render that model:
https://codesandbox.io/s/hero-kdhox
And here is my import Blender
Thank you for your help