Vertically flip image texture #4240
Unanswered
felipeleivav
asked this question in
Q&A
Replies: 1 comment
-
Once #4209 lands, I believe that will work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm loading a texture on a model but before this I want to vertically flip my image.
I read that there's a flipY property for textures, but looking at the code and console outputs I'm still not sure about how to use it.
Here's my code:
Since I'm loading from a data URL I think it's not possible to flip the image, so I would ideally prefer to flip texture instead, but not really sure if this is possible.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions