- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/normals/ReaderWriterNormals.cpp
r11519 r13041 87 87 scale = bsph.radius() * 0.05f * scale; // default is 5% of bounding-sphere radius 88 88 89 if( mode == Normals::VertexNormals ) 89 if( mode == Normals::VertexNormals ) 90 90 group->addChild( new VertexNormals( node.get(), scale )); 91 91 else if( mode == Normals::SurfaceNormals ) … … 100 100 private: 101 101 void usage() const { 102 OSG_INFO << 102 OSG_INFO << 103 103 "Normals Plugin usage: <application> [-O options] <model.ext>.normals\n" 104 104 " options: \"scale=<scale>\" (default = 1.0)\n"
