使用rex引擎,地形夸张看不出来
<options>
<profile>epsg:4326</profile>
<terrain driver="rex">
<vertical_scale>50.0</vertical_scale>
</terrain>
<cache path="../data/test_cache" type="filesystem" />
</options>
使用默认的mp引擎,地形夸张可以出来,并且加载速度也会快很多
<options>
<profile>epsg:4326</profile>
<terrain>
<vertical_scale>50.0</vertical_scale>
</terrain>
<cache path="../data/test_cache" type="filesystem" />
</options>
本文探讨了使用REX引擎和默认的MP引擎在地形渲染上的差异。指出REX引擎下地形夸张效果不明显,而MP引擎不仅能够展现地形夸张效果,还具有更快的加载速度。
233

被折叠的 条评论
为什么被折叠?



