Re: [osg-users] How to manipulate node from loaded model.

2011-08-15 Thread Robert Osfield
Hi Victor, There isn't any way for us to know what you mean by but nothing so we won't be able to help provide an answer. Please be more specific about what you are expecting/what results you are getting. Robert. On Sun, Aug 14, 2011 at 12:54 PM, Kataev Victor victor1...@list.ru wrote: I load

[osg-users] How to manipulate node from loaded model.

2011-08-14 Thread Kataev Victor
I load model, find node by name and try to scale, but nothing) Code: ... //load model osg::ref_ptrosg::PositionAttitudeTransform modelPat = new osg::PositionAttitudeTransform(); osg::ref_ptrosg::Node loadedModel = osgDB::readNodeFile(models/Cars/AstonMartin-DB9.osg);