Changeset 8807
- Timestamp:
- 08/29/08 11:28:28
- Files:
-
- OpenSceneGraph/trunk/include/osgTerrain/Layer (modified) (1 diff)
- OpenSceneGraph/trunk/src/osgTerrain/Layer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/include/osgTerrain/Layer
r8805 r8807 417 417 418 418 void addLayer(const std::string& compoundname); 419 void addLayer(const std::string& setname, const std::string& filename); 419 420 420 421 void addLayer(Layer* layer) { _layers.push_back(CompoundNameLayer(layer->getName(),layer->getFileName(),layer)); } OpenSceneGraph/trunk/src/osgTerrain/Layer.cpp
r8805 r8807 628 628 } 629 629 630 void CompositeLayer::addLayer(const std::string& setname, const std::string& filename) 631 { 632 _layers.push_back(CompoundNameLayer(setname,filename,0)); 633 } 634 630 635 ///////////////////////////////////////////////////////////////////////////// 631 636 //
