#How to fix texture update issue on imported GLB.
7 messages · Page 1 of 1 (latest)
these should be decals not textures
a texture gets positioned according to model uv's, a decal gets projected https://codesandbox.io/s/image-alignment-via-decals-88mttv
if you are using decals and it gets stretched you need to rotate it properly
@knotty osprey Yeah sorry my mistake, its decal. Is it possible to select decal by click? Because I need to add multiple decal's on click over that cup and need to make changes on it. But I'm not sure how to do that. Can you share any reference for that. I just started with ThreeJs.
you can click everything sure, but in the end it will come down to some vector math which im terrible at
Oh Okey. Let me try click. Thank you @knotty osprey .