Based on my rendering performance of large data sets (1M polygons or
greater), it seems that Coin3D uses openGL immediate mode rendering
rather than constructing display lists using the
glNewList/glEndList/glCallList mechanism.
Is there a way to force Coin3D to use display lists?
Thanks