|
From: Mikey <im...@be...> - 2005-06-19 14:43:20
|
On 2005-06-19 02:16, Frank Condello wrote: > To use display lists to their potential you need a > geometry type that"s guaranteed never to change, or some sort of flag > for existing geometries that allows you to declare them as "static" > once their data is set. I would think that scenery such as ground terrain, trees, etc. would be ideal for using this "static" flag and thus become eligible for storage in display lists. Furthermore, if all such objects had normals computed for them, then perhaps OpenGL's built-in backface culling could be used when drawing them. - Mikey |