Thanks Tom .... Also curious why this very cool example was removed from
the recent versions ;-)

On Fri, Nov 4, 2016 at 6:07 PM, tom spencer <blobf...@gmx.com> wrote:

> 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
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
trajce nikolov nick
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to