http://www.nps.navy.mil/cs/sullivan/osgtutorials/osgDOF.html

On 12/23/06, Drew Whitehouse <[EMAIL PROTECTED]> wrote:
Take a look at examples/osgplanets/osgplanets.cpp. You use a "Visitor"
to traverse the scene graph. In this case the FindNamedNodeVisitor is
collecting the nodes that match a parcticular name eg
FindNamedNodeVisitor fnnv("Moon");.

-Drew

On 12/24/06, GMD GammerMaxyandex.ru <[EMAIL PROTECTED]> wrote:
>
> How can I find objects in scene by name(to the following change of
> position, turn and ranging)?
> Operation speed is very important.
> _______________________________________________
> osg-users mailing list
> osg-users@openscenegraph.net
> http://openscenegraph.net/mailman/listinfo/osg-users
> http://www.openscenegraph.org/
>
>


--
Drew Whitehouse
ANU Supercomputer Facility Vizlab
_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to