When a triangle is rotated and so it appears thinner, OpenGL renders it
with a low-level texture, although that's unnecessary and ugly... How do
you turn off this 'feature'?

I want OpenGL to use the same, high-level
texture at all angles... At least when the object isn't moving away and
stays the same size...
Thanks.