[osg-users] File reading and node traversal problem.

2013-10-13 Thread Murat KIRTAY
Dear All, I am getting my hands dirty with osg, and I have faced below problem and could not find a solution on the previous posts, forums etc. *Problem:* when reading a osg file via osgDB::readNodeFile( fileNameStr ) in order to create a node (osg::Node), while traversing this node with

Re: [osg-users] File reading and node traversal problem.

2013-10-13 Thread Trajce Nikolov NICK
Hi Murat, maybe you post your code snippet of the traversal so we see what might be wrong there Cheers, Nick On Sun, Oct 13, 2013 at 5:16 PM, Murat KIRTAY muratk...@gmail.com wrote: Dear All, I am getting my hands dirty with osg, and I have faced below problem and could not find a