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.