I'm making a 360 viewer, so textures are inside a cylinder. Problem is that they appear inverted horizontally.
I know about texture.flipY
but I haven't found a texture.flipX
on the source.
So how can I flip a texture horizontally, or along the x axis, directly in the code? (not using an image editor)