Changeset 12835 for OpenSceneGraph/trunk/examples/osgvolume/osgvolume.cpp
- Timestamp:
- 10/20/11 10:59:47 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgvolume/osgvolume.cpp
r12597 r12835 830 830 images.push_back(image); 831 831 } 832 else 833 { 834 OSG_NOTICE<<"Unable to create 3D image from source files."<<std::endl; 835 } 832 836 } 833 837 … … 890 894 if (images.empty()) 891 895 { 892 std::cout<<"No model loaded, please specify a ndvolumetric image file on the command line."<<std::endl;896 std::cout<<"No model loaded, please specify a volumetric image file on the command line."<<std::endl; 893 897 return 1; 894 898 }
