How would you propose this work? Instancing is a property of the PrimitiveSet, and display list usage is a property of the Geometry object. Would you modify Geometry::addPrimitiveSet() to look for use of instancing, and if detected, disable display lists? What if the instanced PrimitiveSets are subsequently deleted? Would you need some way to save the original setting of display lists so that it could be restored? -Paul
On Mon, Mar 3, 2014 at 12:09 PM, Trystan Larey-Williams <[email protected] > wrote: > Wouldn't it makes sense to automatically disable display lists in the case > instancing is enabled? > >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

