- Timestamp:
- 06/25/09 16:06:29 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osg/CullSettings.cpp
r8137 r10413 112 112 if ((ptr = getenv("OSG_NEAR_FAR_RATIO")) != 0) 113 113 { 114 _nearFarRatio = atof(ptr);114 _nearFarRatio = osg::asciiToDouble(ptr); 115 115 116 116 osg::notify(osg::INFO)<<"Set near/far ratio to "<<_nearFarRatio<<std::endl;
