|
osgEarth 2.1.1
|
#include "StreamingTerrain"#include "StreamingTile"#include "TransparentLayer"#include <osgEarth/Registry>#include <osgEarth/Map>#include <osgEarth/FindNode>#include <osg/NodeCallback>#include <osg/NodeVisitor>#include <osg/Node>#include <osgGA/EventVisitor>#include <OpenThreads/ScopedLock>
Include dependency graph for StreamingTerrain.cpp:Go to the source code of this file.
Defines | |
| #define | LC "[StreamingTerrain] " |
| #define | ELEVATION_TASK_SERVICE_ID 9999 |
| #define | TILE_GENERATION_TASK_SERVICE_ID 10000 |
| #define ELEVATION_TASK_SERVICE_ID 9999 |
Definition at line 271 of file StreamingTerrain.cpp.
| #define LC "[StreamingTerrain] " |
Definition at line 37 of file StreamingTerrain.cpp.
| #define TILE_GENERATION_TASK_SERVICE_ID 10000 |
Definition at line 272 of file StreamingTerrain.cpp.
1.7.3