- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osg/Depth.cpp
r10970 r13041 36 36 37 37 Depth& depth = static_cast<Depth&>(obj); 38 38 39 39 Depth::Function func; 40 40 if (fr[0].matchWord("function") && Depth_matchFuncStr(fr[1].getStr(),func)) … … 78 78 79 79 fw.indent() << "function " << Depth_getFuncStr(depth.getFunction()) << std::endl; 80 80 81 81 fw.indent() << "writeMask "; 82 82 if (depth.getWriteMask()) fw << "TRUE" << std::endl; 83 83 else fw << "FALSE" << std::endl; 84 84 85 85 fw.indent() << "range " << depth.getZNear() << " " << depth.getZFar() << std::endl; 86 86
