Updates to the flt plugin from Brede Johansen.

This commit is contained in:
Robert Osfield
2002-04-16 11:36:23 +00:00
parent 0c6f09f4c5
commit 43fa577566
13 changed files with 281 additions and 298 deletions

View File

@@ -63,8 +63,8 @@ FltFile::FltFile(
setMaterialPool( new MaterialPool );
}
// instances are always internally defined
setInstancePool( new InstancePool );
// instances are always internally defined
setInstancePool( new InstancePool );
}
@@ -88,7 +88,7 @@ osg::Node* FltFile::readNode(const std::string& fileName)
}
osg::Node* FltFile::convert()
osg::Group* FltFile::convert()
{
ConvertFromFLT visit;
return visit.convert(getHeaderRecord());