There is already an optimization used to auto-detect when geometries don’t change (say, if after 10 frames nothing has changed, that part of the branch graph is optimized)
It would be nice to have the same feature with display lists : sometimes models just don’t move for a while, and they could be promoted to DL (until they start moving again).
This adaptative feature could also be used to nest static DL when the whole group doesn’t change for a while…
My 2cents comments
Lilian