Fixed typo in command line output, and add an explanation message for when createTexture3D fails to create an osg::Image from a list of input osg::Image.
This commit is contained in:
@@ -829,6 +829,10 @@ int main( int argc, char **argv )
|
||||
{
|
||||
images.push_back(image);
|
||||
}
|
||||
else
|
||||
{
|
||||
OSG_NOTICE<<"Unable to create 3D image from source files."<<std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -889,7 +893,7 @@ int main( int argc, char **argv )
|
||||
|
||||
if (images.empty())
|
||||
{
|
||||
std::cout<<"No model loaded, please specify and volumetric image file on the command line."<<std::endl;
|
||||
std::cout<<"No model loaded, please specify a volumetric image file on the command line."<<std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user