添加osgEarth创建六边形网格文章

This commit is contained in:
2024-05-31 16:50:44 +08:00
parent 5706f8c05a
commit 193f52f86d
4 changed files with 189 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<map name = "ddmap" type="projected" version="2">
<options>
<terrain driver = "rex" lighting = "true" skirt_ratio="0.05" min_tile_range_factor = "6" first_lod = "0" blending = "false" color = "#ffffffff" tile_size = "17" normalize_edges = "true" compress_normal_maps = "false" normal_maps = "true" min_expiry_frames = "0" min_expiry_time = "0"/>
<!-- <profile>plate-carre</profile> -->
<profile>spherical-mercator</profile>
</options>
<image name="world" driver="tms" opacity = "1.0" format="png">
<url>E:/GISData/Imagery/tms.xml</url>
</image>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB