浏览代码

fix links

mitm001 5 年之前
父节点
当前提交
e7885b31c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/core/pages/terrain/terrain.adoc

+ 1 - 1
docs/modules/core/pages/terrain/terrain.adoc

@@ -47,7 +47,7 @@ TerraMonkey is a GeoMipMapping quad tree of terrain tiles that supports real tim
 == Geo Mip Mapping
 
 
-image::jme3/advanced/terrain-lod-high-medium-low.png[The wiremesh of a terrain with visible differences in levels of detail (LOD),width="",height="",align="left"]
+image::terrain/terrain-lod-high-medium-low.png[The wiremesh of a terrain with visible differences in levels of detail (LOD),width="",height="",align="left"]
 
 
 You have seen GeoMipMapping implemented in games before. This is where the farther away terrain has fewer polygons, and as you move closer, more polygons fill in. The whole terrain is divided into a grid of patches, and each one has its own level of detail (LOD). The GeoMipMapping algorithm looks at each patch, and its neighbours, to determine how to render the geometry. It will seam the edges between two patches with different LOD.