概述
由于数字地球项目需要osgEarth的代码知识,故决定学习osgEarth的示例,示例中有很多可以借鉴的内容。以下是分析目录,完全是随机进行的,并没有什么上下文逻辑。
每一篇代码边学习边分析,如果有错误,请各路大佬斧正!
目录
- osgEarth示例分析——osgearth_annotation
- osgEarth示例分析——osgearth_cluster
- osgEarth示例分析——osgearth_colorfilter
- osgEarth示例分析——osgearth_controls
- osgEarth示例分析——osgearth_drawables
- osgEarth示例分析——osgearth_eci
- osgEarth示例分析——osgearth_elevation
- osgEarth示例分析——osgearth_ephemeris
- osgEarth示例分析——osgearth_featurefilter
- osgEarth示例分析——osgearth_featurequery
- osgEarth示例分析——osgearth_features
- osgEarth示例分析——osgearth_geodetic_graticule
- osgEarth示例分析——osgearth_graticule
- osgEarth示例分析——osgearth_horizon
- osgEarth示例分析——osgearth_htm
- osgEarth示例分析——osgearth_http
- osgEarth示例分析——osgearth_imageoverlay
- osgEarth示例分析——osgearth_infinitescroll
- osgEarth示例分析——osgearth_lights
- osgEarth示例分析——osgearth_los
- osgEarth示例分析——osgearth_manip
- osgEarth示例分析——osgearth_measure
- osgEarth示例分析——osgearth_minimap
- osgEarth示例分析——osgerth_mrt
- osgEarth示例分析——osgearth_noisegen
- osgEarth示例分析——osgearth_occlusionculling
- osgEarth示例分析——osgearth_pick
- osgEarth示例分析——osgearth_scenegraphcallbacks
- osgEarth示例分析——osgearth_sequencecontrol
- osgEarth示例分析——osgearth_shadercomp
- osgEarth示例分析——osgearth_shadergen
- osgEarth示例分析——osgearth_skyview
- osgEarth示例分析——osgearth_splat
- osgEarth示例分析——osgearth_srstest
- osgEarth示例分析——osgearth_terrainprofile
- osgEarth示例分析——osgearth_tilesource
- osgEarth示例分析——osgearth_tracks
- osgEarth示例分析——osgearth_transform
- osgEarth示例分析——osgearth_wfs
- osgEarth示例分析——osgearth_windows
另外有些示例没有进行分析:
city: 需要http网络数据,但是http链接无效,未通过测试。
computerangecallback:运行后,没啥结果,也没有距离、半径等内容输出。
datetime: 因为没有kml文件,所以运行程序后,并没有看到什么效果。
map: 需要http网络数据,但是http链接无效,未通过测试。
video:需要http网络数据,但是http链接无效,未通过测试。