Hongseong Kim
10-10-2005, 04:32 AM
Hi, everyone.
I'm Korean, so I don't write in English very well.
I want to know relation between Display list and View Frustum Culling.
When I tested my program with display list in total object, I got a slow result than not using display list. But when I draw portion of object in monitor, using display list is faster than not using display list. Perhaps, I think the result, if I use display list, OpenGL sort the data of object and excute View frustum culling. So, graphic performace improvement. Is it correct?
My graphic card chip set is nVidia GeForce FX 5700, and perhaps OpenGL version is 1.3 (included in Redhat9)
Please, hep me.
Thank you for your help...
I'm Korean, so I don't write in English very well.
I want to know relation between Display list and View Frustum Culling.
When I tested my program with display list in total object, I got a slow result than not using display list. But when I draw portion of object in monitor, using display list is faster than not using display list. Perhaps, I think the result, if I use display list, OpenGL sort the data of object and excute View frustum culling. So, graphic performace improvement. Is it correct?
My graphic card chip set is nVidia GeForce FX 5700, and perhaps OpenGL version is 1.3 (included in Redhat9)
Please, hep me.
Thank you for your help...