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





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to