Changeset 10413 for OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osgPlugins/normals/ReaderWriterNormals.cpp
- Timestamp:
- 06/25/09 16:06:29 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osgPlugins/normals/ReaderWriterNormals.cpp
r9475 r10413 59 59 if( key == "scale" || key == "SCALE" ) 60 60 { 61 scale = atof( value.c_str() );61 scale = osg::asciiToFloat( value.c_str() ); 62 62 } 63 63 else if( key == "mode" || key == "MODE" )
