On 4 November 2016 at 17:09, Trajce Nikolov NICK <[email protected]> wrote: > Thanks Tom .... Also curious why this very cool example was removed from the > recent versions ;-)
It extensively uses osg::Geometry::BIND_PER_PRIMITIVE which hasn't been directly supported since OSG-3.2 (and deprecated before that). For the next release of the OSG this deprecated feature has been removed, so examples using it had to be removed or changed over. Where it was straight forward to convert over I converted the code. Code that wasn't straight forward to port across and had insufficient value I removed. I don't have an infinite amount of time that I can devote to unpaid work so I have to make sure what I do has significant value to the project. If you want to port the code across and re-submit the example then feel free. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

