Just found a small report testing my old triangle strips code. Strips are obsolete those days but it’s nice to see the code worked as intended.
Just found a small report testing my old triangle strips code. Strips are obsolete those days but it’s nice to see the code worked as intended.
This entry was posted on Tuesday, October 7th, 2008 at 6:35 am and is filed under Programming. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
« May | ||||||
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 |
October 7th, 2008 at 6:53 am
What is recommended these days ? indexed triangle lists ?
October 9th, 2008 at 12:55 am
Indexed triangle lists optimized for the vertex cache. See here:
http://home.comcast.net/~tom_forsyth/papers/fast_vert_cache_opt.html