Re: [osg-users] How can I find objects in scene

2006-12-24 Thread elekis
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 parc

Re: [osg-users] How can I find objects in scene

2006-12-23 Thread Drew Whitehouse
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]> wro

[osg-users] How can I find objects in scene

2006-12-23 Thread GMD GammerMaxyandex.ru
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.op