Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Texturing a sphere

  1. #1
    Junior Member Newbie
    Join Date
    May 2009
    Posts
    9

    Texturing a sphere

    Hello, is it possible to change the texture coordinates for gluSphere? I have some textures that I would like to tile the sphere with but no matter what I do it just covers the sphere a single time. Since my sphere is pretty large the texture looks extremely pixillated. I know I could probably manually tile the texture in photoshop or something but I would really like to do it in code so I have the greatest flexibility.

    Thanks for any help!

  2. #2
    Junior Member Newbie
    Join Date
    May 2009
    Posts
    9

    Re: Texturing a sphere

    Nevermind, I just created my own sphere function instead of using gluSphere.

Posting Permissions

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