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: Triangles rendering speed

  1. #1
    Junior Member Regular Contributor
    Join Date
    Sep 2002
    Location
    Poland
    Posts
    197

    Triangles rendering speed

    Hi,

    I wanna create a cylinder, but wchich method will be faster using gluCylinder or rendering about 500 triangles?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Jun 2000
    Location
    FRANCE
    Posts
    157

    Re: Triangles rendering speed

    It depends if your cylinder is going to be drawn many times whitout parameters (size, height, radius) changing, if so create a display list or vertex array with your cylinder then draw it with the appropriate function. Else call gluCylinder but I doubt this function is quick.

    Hope it helps,
    Arath

Posting Permissions

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