tangrams / tangram-es

2D and 3D map renderer using OpenGL ES
MIT License
823 stars 239 forks source link

Can tangram stretch textures on a polygon instead of tiling/wrapping it? #2348

Open vilinet opened 7 months ago

vilinet commented 7 months ago

Sorry, it is rather a question than an issue ( i hope :) )

I want to stretch a texture over a (rect) polygon, but it always ends up wrapping and tiling. I tried to play with the texcoords, mapping using diffuse materials, but it always ends up with tiling just differently.

Thanks for any help!