[osg-users] BoundingSphere with radius 0
Martin
grosser.martin at gmx.de
Fri Mar 6 05:34:08 PST 2009
I have a geometry. But I updated the matrix in a thread:
osg::Matrix matrix = new osg::Matrix;
((::osg::MatrixTransform*)_root.get())->setMatrix(matrix);
_root is my MatrixTransform. And when I remove the line with "setMatrix" it works fine. When I use "setMatrix" my radius is 0. [Crying or Very sad]
Thanks
Martin
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=8034#8034
More information about the osg-users
mailing list