Results 1 to 7 of 7

Thread: [OpenGL] Help me with texture mapping please.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Thank you User123.

    If I understand you correctly, both of the textures must be in GL_REPEAT mode, right?

  2. #2
    GL_REPEAT is on by default, and ye that is the most useful one. If you try to draw with texture coordinates outside 0..1 (in this case you have coordinates to -0.5 and 1.5) then the rendering takes rules of what clamp is set to.

  3. #3
    Thanks for your time

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •