From Daniel Sjolie, support for light source.

This commit is contained in:
Robert Osfield
2003-03-07 09:04:04 +00:00
parent 08cdf05b3e
commit ef3b957cb9
7 changed files with 152 additions and 0 deletions

View File

@@ -65,6 +65,9 @@ FltFile::FltFile(
setMaterialPool( new MaterialPool );
}
// no support for external light palettes
setLightPool( new LightPool );
// instances are always internally defined
setInstancePool( new InstancePool );
}