Added support for node instances to Open Flight loader. Submitted by Yefei He.

This commit is contained in:
Robert Osfield
2002-01-22 11:03:26 +00:00
parent 38b7380294
commit 9d3a81b715
8 changed files with 90 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ FltFile::FltFile(
_useInternalMaterialPalette = true;
setMaterialPool( new MaterialPool );
}
// instances are always internally defined
setInstancePool( new InstancePool );
}