Hi Julien, Could you please provide full modified files.
Thanks, Robert. On 17 March 2015 at 16:16, Julien Valentin <[email protected]> wrote: > Hi, > > I've added VAO support to osg Geometry. > It need to be discussed: > First I was thinking it was not a great deal: > -Add a flag in osg::Geometry > -Do the stuff done in drawimplementation in compileGLObjects. > However , I ran into the problem that Primitiveset (DrawElements) embed > their BO and so bind it even if it is already bound by VAO > So I had to add a virtual method in DrawElements (arbitrary named > indexLessDraw). > > It seams to work but don't know if I didn't break stuff > > Need reviews and critisms > > Thank you! > > Cheers, > Julien > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=63137#63137 > > > > > _______________________________________________ > osg-submissions mailing list > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > >
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
