|
程序打开annotation.earth算例正常,但是使用本地的world.tif就不正常,球白色的
<map name="GlobalImage" type="geocentric" version="2">
<image name="GlobalImage" driver="gdal">
<url>world.tif</url>
</image>
</map>
#include <osgViewer/Viewer>
#include <osgViewer/ViewerEventHandlers>
#include <osgViewer/api/win32/GraphicsWindowWin32>
#include <osgGA/TrackballManipulator>
#include <osgGA/KeySwitchMatrixManipulator>
#include <osgDB/DatabasePager>
#include <osgDB/Registry>
#include <osgDB/ReadFile>
#include <osgUtil/Optimizer>
#include <osg/Geode>
#include <osg/Depth>
#include <osgText/Text>
这是包含的头文件,也没有osgEarth,也不知道为什么annotation.earth能出来正常球。。。。汗 |
|