Changeset 11728 for OpenSceneGraph/trunk/examples/osgtext3D/osgtext3D.cpp
- Timestamp:
- 08/25/10 16:34:08 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgtext3D/osgtext3D.cpp
r11727 r11728 96 96 97 97 bool smooth = true; 98 while(arguments.read("--flat ")) { smooth = false; }98 while(arguments.read("--flat-shaded")) { smooth = false; } 99 99 while(arguments.read("--smooth")) { smooth = false; } 100 100
