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: Polygon trianglize arithmetic?

  1. #1
    Junior Member Newbie
    Join Date
    Aug 2002
    Posts
    10

    Polygon trianglize arithmetic?

    I encount concave polygon and polygon with holes. I want to use a serial triangles to represent such model.

    Any souce code available about such topics?

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Apr 2000
    Posts
    748

    Re: Polygon trianglize arithmetic?

    Look into glu tesselation functions. They let you specify a contour and holes in the polygon, and tesselate it into triangles through a callback functions mechanism.

    Y.

Posting Permissions

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