Re: [osg-users] scale bug?

2008-11-05 Thread Robert Osfield
Hi ?? Scaling works just fine in the OSG, it's code that has been used for many years in many different ways, and there are no bugs with it I'm aware of. As to what the problem is are you end, can't really say given your code segment and the lack of context. Robert. On Wed, Nov 5, 2008 at 5:35

[osg-users] scale bug?

2008-11-04 Thread GMD GammerMaxyandex.ru
G'Day. I have some questions about osg. 1. I have 2 functions: first sets relative scalation, second - absolute. First function works [code] osg::Matrix matrix = MyTransformMatrix->getMatrix(); matrix.preMult(osg::Matrix::scale(dx,dy,dz)); MyTransformMatrix->setMatrix(matrix); [/code] Second doe