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: TRI_FAN vs TRIS_STRIP

  1. #1
    Junior Member Newbie
    Join Date
    Oct 2000
    Location
    Barcelona
    Posts
    23

    TRI_FAN vs TRIS_STRIP

    To render a grid, is more faster to make it by triangle_fans that by triangle_strips?

    Thnxs

  2. #2
    Member Regular Contributor
    Join Date
    May 2000
    Location
    Batavia, NY, 14020
    Posts
    259

    Re: TRI_FAN vs TRIS_STRIP

    If its large and regular (yik, that sounds pornographic), strips. If its average size, probably both.

    Siwko
    - I am not opensource! -

Posting Permissions

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