From Bob Kuehne, added support for FragmentProgram and VertexProgram into .ive

This commit is contained in:
Robert Osfield
2004-03-04 14:33:01 +00:00
parent 8540414ae0
commit feb36860b6
11 changed files with 208 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ class IVEReaderWriter : public ReaderWriter
}
catch(ive::Exception e)
{
osg::notify(osg::WARN)<<"Error parsing OSG file: "<< e.getError() << std::endl;
osg::notify(osg::WARN)<<"Error writing IVE file: "<< e.getError() << std::endl;
}
return WriteResult::FILE_NOT_HANDLED;