- Timestamp:
- 11/10/09 13:03:03 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgvertexattributes/osgvertexattributes.cpp
r10724 r10733 398 398 osg::ref_ptr<osg::Node> loadedModel; 399 399 400 bool runConvertToVertexAttributes = true;400 bool runConvertToVertexAttributes = false; 401 401 if (arguments.read("--simple") || arguments.read("--s")) 402 402 {
