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

Thread: triangle fans and polygons

  1. #1
    Junior Member Newbie
    Join Date
    Nov 2000
    Location
    loring,ontario,canada
    Posts
    11

    triangle fans and polygons

    Is it just me, or do they do the exact same thing?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Sep 2000
    Location
    Austin, TX, USA
    Posts
    150

    Re: triangle fans and polygons

    Assuming you are comparing glBegin(GL_TRIANGLE_FAN) and glBegin(GL_POLYGON) they are not the same.

    It's just you.

    Glossifah

  3. #3
    Junior Member Regular Contributor
    Join Date
    Sep 2000
    Location
    Lubbock, TX, USA
    Posts
    224

    Re: triangle fans and polygons

    Well, if you mean that a polygon can be triangulized into a triangle fan, then yes, kinda
    If and how triangulization of polygons is done depends AFAIK on the OpenGL implementation.

  4. #4
    Junior Member Newbie
    Join Date
    Nov 2000
    Location
    loring,ontario,canada
    Posts
    11

    Re: triangle fans and polygons

    I mean that when you look at the polygon as a wire frame, it is just made of triangles that all meet at the first point. The polygon doesn't seem to work properly with complex shapes either. It was just an observation.

Posting Permissions

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