Changeset 10415 for OpenSceneGraph/trunk/src/osgPlugins/txp/TXPParser.cpp
- Timestamp:
- 06/25/09 18:07:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/txp/TXPParser.cpp
r9637 r10415 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
