Is there a way to apply a texture map to only part of a polygon? For example, I have some quadrilateral of irregular shape. I want to texture a rectangle onto it in just one place, without distorting the texture at all. I could probably create another quad that's the same size as the texture, and then try to line it up with the original polygon, but it seems like sort of a kluge solution.



