Advertisement

quick texture question

Started by June 16, 2002 02:33 AM
1 comment, last by betty 22 years, 8 months ago
Is there a way to instruct opengl to tile (instead of stretch) a texture over a surface? thx
Use texture coordinates higher than 1.0 to tile a texture.
Advertisement
See: http://www.3dlabs.com/support/developer/GLmanpages/gltexparameter.htm

Look for GL_REPEAT.

This topic is closed to new replies.

Advertisement