Hi,

In osgpick example for selection
LineSegmentIntersector<http://www.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/a00388.html>is
used. To pick a point you need to use
PolytopeIntersector<http://www.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/a00526.html>so
that you can pick point also.

Regards
Santosh G.

On Fri, Jul 22, 2011 at 1:28 PM, Miguel Lokida <mlok...@yahoo.fr> wrote:

> Hi,
>
> I would like to know if it is possible to selects vertices of an
> osg::Geometry and to transform them (translation and rotation).
>
> I know that it is possible to select objects (osgpick example) but don-t
> know about vertices.
>
> Is there an example or documentation dealing with vertices selection .
>
> Thank you!
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=41558#41558
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to