Try scaling up in your code. osg::Matrix scale; scale.makeScale(10,10,10); osg::MatrixTransform *myMatrixTransform= new MatrixTransform(); myMatrixTransform->setMatrix(scale); myMatrixTransform->addChild(frogNode); root->addChild(myMatrixTransform);
2008/11/2 <[EMAIL PROTECTED]> > Hello, > I'm loading a model using "osgDB::readNodeFile("frog.3ds")". > osg seems to scale down my model, if I scale down/up my modwl using > 3DStudio, it has no effect on OSG, it always show it the same size. > any idea?? > thank you. > _______________________________________________ > osg-users mailing list > osg-users@lists.openscenegraph.org > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > -- Jefferson Pinheiro (51) 9192 3535
_______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org