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 3 of 3

Thread: Texturing a Circle

  1. #1
    Junior Member Newbie
    Join Date
    Oct 2011
    Posts
    8

    Texturing a Circle

    I am having trouble Texturing a circle. I understand how to texture a quad, but texturing a Circle befuddles me. Any help would be appreciated.

  2. #2
    Member Regular Contributor
    Join Date
    Apr 2010
    Posts
    492

    Re: Texturing a Circle

    You are not saying what exactly your problem is, other than your attempts to texture a circle don't yield the expected results. That makes it difficult to help you, see the forum posting guidelines for suggestions how to avoid that problem.

    In general texturing always works the same way: you assign texture coordinates to the vertices thereby identifying points in your texture with points on your object. For a circle you probably want to map a circular part of your texture to it, so you need to choose texture coordinates that describe that circular part.

  3. #3
    Junior Member Newbie
    Join Date
    Oct 2011
    Posts
    8

    Re: Texturing a Circle

    I have figured out my problem, I no longer need assistance.

Posting Permissions

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