[osg-users] osgUtil::DelaunayTriangulator
tom spencer
blobfish at gmx.com
Fri Nov 4 10:07:15 PDT 2016
Hi, Nick
you can use git track down the example file.
Code:
//to find example file
git log --all --name-status | grep delaunay
//to find commit that removed file
git log --all --name-status -- examples/osgdelaunay/osgdelaunay.cpp
//show file contents 1 commit before removal
git show 62fd0ef36^:examples/osgdelaunay/osgdelaunay.cpp
...
Thank you!
Cheers,
tom[/code]
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=69239#69239
More information about the osg-users
mailing list