Currently developing a 360 viewer with textures contained within a cylinder. Encountering an issue where textures are appearing horizontally inverted.
Although I am aware of the texture.flipY
option, I have not been able to locate a texture.flipX
functionality in the source code.
Interested in insights on how to horizontally flip a texture or along the x-axis directly within the code (excluding usage of an image editor).