This may sound stupid, but If I have a texture 128x128px and a quad 120x120x can I texture it at 1:1 ratio (without clamping/resizing the texture to fit the quad)? Or maybe better - how do I "cut off" a part of the texture to fit the quad?
E.g.
Code :|-----------| | _____ | | | | | | |Quad | | | |_____| | |________Tex|



