Model texture url image disable stretch #4775
Unanswered
henrik-dons
asked this question in
Q&A
Replies: 1 comment 5 replies
-
No, that's how textures work - the stretch is defined by the UV coordinates in your model - you need the [0, 1] rectangle of UVs to cover the area of the shirt you desire. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I use an image upload input to upload image to a model texture layer: modelViewer.createTexture(textureUrl)
But the image gets stretched across the whole texture
Is there a way to disable the stretching?
Beta Was this translation helpful? Give feedback.
All reactions