- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osg/ClearNode.cpp
r10970 r13041 56 56 57 57 osg::Vec4 vec4(0.0f,0.0f,0.0f,1.0f); 58 59 if (fr[0].matchWord("clearColor") && 58 59 if (fr[0].matchWord("clearColor") && 60 60 fr[1].getFloat(vec4[0]) && 61 61 fr[2].getFloat(vec4[1]) && … … 97 97 fw<<"FALSE"<< std::endl; 98 98 } 99 99 100 100 fw.indent() << "clearColor "<<es.getClearColor()<< std::endl; 101 101 fw.indent() << "clearMask "<<static_cast<unsigned int>(es.getClearMask())<< std::endl;
