Advertisement

what is the best way to store vertex information b4 you give it to OGL to process?

Started by May 29, 2000 05:46 PM
1 comment, last by Zerosignull 24 years, 8 months ago
what is the best way to store vertex information b4 you give it to OGL to process? currently i use a dynamically alocated linked list to store vertex inf b4 OGL gets to use it. ~prevail by daring to fail~
Linked list should be OK as long as it links groups where each group contains vertex/normal/texture information.

Please use as small # of groups as possible (use different groups only for state change, texture change, etc).

Tod
Advertisement
Just use arrays and build lists then of them

This topic is closed to new replies.

Advertisement