Hi,

ok, got it. Posting fix to osgSubmission.

Actually only the "std::showbase" and "std::noshowbase" where missing in the 
osgDB::PropByValSerializer


Code:
if ( _useHex ) os << std::hex << std::showbase;
os << value;
if ( _useHex ) os << std::dec << std::noshowbase;




Thank you!

Cheers,
Johannes[/code]

------------------------
---
Johannes Scholz
Software Engineer
P3 Voith Aerospace GmbH, Bremen, Germany

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=49487#49487





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

Reply via email to