Changeset 12184 for OpenSceneGraph/trunk/examples/osgvolume/osgvolume.cpp
- Timestamp:
- 02/23/11 13:13:43 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgvolume/osgvolume.cpp
r12183 r12184 492 492 } 493 493 494 if (max_components==3) 495 { 496 // change RGB to a RGBA 497 max_components = 4; 498 } 499 494 500 if (numComponentsDesired!=0) max_components = numComponentsDesired; 495 501 … … 1082 1088 1083 1089 float zMultiplier=1.0f; 1084 while (arguments.read("--zMultiplier",zMultiplier)) { OSG_NOTICE<<"Warning: -- yMultiplier option no longer supported."<<std::endl; invalidOption = true; }1090 while (arguments.read("--zMultiplier",zMultiplier)) { OSG_NOTICE<<"Warning: --zMultiplier option no longer supported."<<std::endl; invalidOption = true; } 1085 1091 1086 1092 if (invalidOption) return 1;
