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: md2 loader question

  1. #1
    Intern Contributor
    Join Date
    Mar 2003
    Location
    Slovakia
    Posts
    78

    md2 loader question

    I'm loading md2 model and I want to implement glcommand structures(for using GL_TRIANGLE_FAN and GL_TRIANGLE_STRIP).My question is is worth to do it if I'm using VBO's?

  2. #2
    Advanced Member Frequent Contributor plasmonster's Avatar
    Join Date
    Mar 2004
    Posts
    750

    Re: md2 loader question

    It's not likely. For a single mesh in a VBO, you'll be better off rendering all the triangles in one go. But don't take my word for it; bench, bench, don't forget to bench

Posting Permissions

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