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: light , color, smooth, stripe

  1. #1
    Junior Member Newbie
    Join Date
    May 2003
    Location
    china
    Posts
    1

    light , color, smooth, stripe

    Hi,

    When I draw triangles of a object, distribution of colors of some triangles are not smooth, especially on the edges of the sharp triangles. It looks like a lot of stripes in the drawing object.

    I have used glShadeModel(GL_SMOOTH). However it is not available.

    How can I do?

    sincerely

  2. #2

    Re: light , color, smooth, stripe

    I guess you are refering to problem of flat smooth faces rendering. Looking at http://www.xmission.com/~nate/smooth.html can help.

Posting Permissions

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