Moved osg::Impostor to osgSim::Impostor, as Impostor isn't a core feature.

This commit is contained in:
Robert Osfield
2005-05-01 19:48:49 +00:00
parent 7de1265059
commit 03232ec667
41 changed files with 702 additions and 845 deletions

View File

@@ -951,7 +951,7 @@ osg::Node* DataInputStream::readNode()
((ive::MultiSwitch*)(node))->read(this);
}
else if(nodeTypeID== IVEIMPOSTOR){
node = new osg::Impostor();
node = new osgSim::Impostor();
((ive::Impostor*)(node))->read(this);
}
else if(nodeTypeID== IVEOCCLUDERNODE){