Changeset 3313 for OpenSceneGraph/trunk/examples/osgconv/osgconv.cpp
- Timestamp:
- 08/24/04 09:29:28 (9 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osgconv/osgconv.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgconv/osgconv.cpp
r3306 r3313 170 170 osg::notify(osg::NOTICE)<<"options:"<< std::endl; 171 171 osg::notify(osg::NOTICE)<<" -O option - ReaderWriter option"<< std::endl; 172 osg::notify(osg::NOTICE)<<" --compress - Compress textures."<< std::endl;172 osg::notify(osg::NOTICE)<<" --compressed - Compress textures."<< std::endl; 173 173 osg::notify(osg::NOTICE)<<" -l libraryName - load plugin of name libraryName"<< std::endl; 174 174 osg::notify(osg::NOTICE)<<" i.e. -l osgdb_pfb"<< std::endl;
