- Timestamp:
- 06/25/09 16:06:29 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osgPlugins/txp/TXPParser.cpp
r9637 r10413 103 103 if (getenv("OSG_TXP_DEFAULT_MAX_ANISOTROPY")) 104 104 { 105 _defaultMaxAnisotropy = atof(getenv("OSG_TXP_DEFAULT_MAX_ANISOTROPY"));105 _defaultMaxAnisotropy = osg::asciiToFloat(getenv("OSG_TXP_DEFAULT_MAX_ANISOTROPY")); 106 106 } 107 107
