Fixed warnings

This commit is contained in:
Robert Osfield
2009-01-09 15:55:25 +00:00
parent 2287f1190b
commit b5a2dc4cfb
6 changed files with 30 additions and 24 deletions

View File

@@ -43,10 +43,11 @@ std::string toString(osg::Matrix value)
daeWriter::daeWriter( DAE *dae_, const std::string &fileURI, bool _usePolygons, bool GoogleMode, TraversalMode tm, bool _writeExtras) : osg::NodeVisitor( tm ),
dae(dae_),
writeExtras(_writeExtras),
rootName(*dae_),
usePolygons (_usePolygons),
m_GoogleMode(GoogleMode),
writeExtras(_writeExtras)
m_CurrentRenderingHint(osg::StateSet::DEFAULT_BIN)
{
success = true;