osgEarth::XYZImageLayer 要包含哪些头文件
时间: 2023-07-11 20:52:38 浏览: 332
图像处理需要的一个头文件
osgEarth::XYZImageLayer 要包含以下头文件:
```cpp
#include <osgEarth/XYZImageLayer>
#include <osgEarth/ImageLayer>
#include <osgEarth/TileSource>
#include <osgEarth/Registry>
#include <osgEarth/ShaderFactory>
```
其中,`osgEarth/XYZImageLayer` 包含 `osgEarth/ImageLayer`,而 `osgEarth/ImageLayer` 又包含了 `osgEarth/TileSource`,`osgEarth/Registry`,`osgEarth/ShaderFactory` 等头文件。
阅读全文