Hi Paul, On Tue, Jan 6, 2009 at 4:06 PM, Paul Martz <[email protected]> wrote: > Especially thanks for placing the extension support check in State. I > disliked having it in the draw() method, but wasn't sure where it should go.
Extension checking/function call set up is both a strong and a weak point in the OSG, there are motivations for centralising extension setup and motivations for keeping them local to classes - so the OSG has ended up doing both in different places, sometimes for good reasons, sometime for the wrong reasons... It'd be nice to have a simpler and more manageable scheme that avoids the issues of being pulled in different directions. OpenGL ES and OpenGL 3.x into the mix will further complicate things unless we do come up with a new scheme... > I'm updating and building now. I'll let you know if I find any issues. Thanks, Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
