Changed the "reflect.rgb" path to "Images/reflect.rgb" to the help find the
file required.
This commit is contained in:
@@ -87,7 +87,7 @@ int main( int argc, char **argv )
|
||||
return 1;
|
||||
}
|
||||
|
||||
osg::Image* image = osgDB::readImageFile("reflect.rgb");
|
||||
osg::Image* image = osgDB::readImageFile("Images/reflect.rgb");
|
||||
if (image)
|
||||
{
|
||||
osg::Texture* texture = new osg::Texture;
|
||||
|
||||
Reference in New Issue
Block a user