As J-S said, this smells like some uninitialized value being used, so you get random behaviour. Since you are using Linux, I strongly recommend you to learn to use Valgrind, in other to catch this and many more hidden issues.
-- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

