Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9006441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T01:24:45+00:00 2026-06-16T01:24:45+00:00

I have read many times that merging geometry from triangles to triangle strips or

  • 0

I have read many times that merging geometry from triangles to triangle strips or triangle fans can increase performance of 3D rendering, because less vertices has to be processed etc… How relevant are all these considerations in the context of use of VBO and indexed rendering?

For example I have a primitive (sphere) that consists of triangles. I have VBO where I store only unique vertices, and I have VBO (bound to GL_ELEMENT_ARRAY_BUFFER) where I store indices to construct primitive from vertices. All rendering is done via glDrawElementsInstanced(). Will I get any performance increase after applying some stripifying technique and rendering my primitive as GL_TRIANGLE_STRIP with primitive restart enabled?

The documentation says that OpenGL pipeline assembles the primitives after all per vertex operations and before rasterization. As I can guess, it means that driver first call vertex (geometry, etc.) shader for all vertices, and only after that starts using index array to get triangles. If it’s true, stripifying can slow down the process since additional checks for primitive restart will be applied.

I tried to find some stripifier libraries, but all I’ve found looks abandoned a couple of years ago. So people suddenly lost interest in this area…

Taking all these considerations into account, there is no need in stripifying. Am I correct or I’ve missed something important? Does one need to stripify on modern hardware?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T01:24:47+00:00Added an answer on June 16, 2026 at 1:24 am

    Generally speaking no, you will not get an advantage from tri-strips. Modern hardware is expecting indexed data, and is optimised for that.

    That is not to say that indexes can be randomly accessed – locality is important as data is cached. So arranging the triangles in a strip order might give some improvement.

    Performance will also vary depending on how much time is actually spent worrying about triangle setup and vertex processing, and how much is going on actual shading.

    So as with everything – profile your performance to see what works for your own case, but I haven’t bothered with stripping triangles since the PS2.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a xml file that needs to be read from many many times.
I have an xml file that will be read many times from the source
I have read so many times, here and everywhere on the net, that mutexes
I have read many times on the web that when dealing with dependency in
1) I have read many times about undefined behavior in C. That is about
I have read many question about improving the performance of C++ and C code
I am a Java developer trying to learn C++. I have many times read
I have read many times about CUDA Thread/Blocks and Array, but still don't understand
I've read many times over the years that you should do XOR ax, ax
Simple question for all you pragmatic object-oriented fellas. I have read many times to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.