[osg-users] osgUtil::DelaunayTriangulator

Robert Osfield robert.osfield at gmail.com
Fri Nov 4 11:48:07 PDT 2016


On 4 November 2016 at 17:09, Trajce Nikolov NICK
<trajce.nikolov.nick at gmail.com> 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.



More information about the osg-users mailing list