9 #ifndef OSGEARTH_LIGHTMAP_EXTENSION
10 #define OSGEARTH_LIGHTMAP_EXTENSION 1
14 #include <osgEarth/Extension>
15 #include <osgEarth/MapNode>
16 #include <osgEarthUtil/Controls>
18 namespace osgEarth {
namespace LightMap
20 using namespace osgEarth;
42 virtual void setDBOptions(
const osgDB::Options* dbOptions);
49 bool connect(MapNode* mapNode);
51 bool disconnect(MapNode* mapNode);
57 virtual void addLightMapLayer(MapNode* mapNode);
66 #endif // OSGEARTH_LIGHTMAP_EXTENSION