triangle stripes
BlitzMax Forums/OpenGL Module/triangle stripes
| ||
anyone had a go at converting vertex data into tri stripes? if not i will go do it. |
| ||
I haven't tried it but I plan to use it. Triangle strips require much less vertices than a bunch of separate triangles - eventually you end up adding just one vertex per new triangle, instead of 3. |
| ||
i wonder if the nvstrip lib could be modded to max? seems really good |