瀏覽代碼

change link to point to tutorial image

mitm001 5 年之前
父節點
當前提交
23c262517b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/tutorials/pages/beginner/hello_terrain.adoc

+ 1 - 1
docs/modules/tutorials/pages/beginner/hello_terrain.adoc

@@ -120,7 +120,7 @@ Heightmaps are an efficient way of representing the shape of a hilly landscape.
 
 
 In Java, a heightmap is a float array containing height values between 0f and 255f. Here is a very simple example of a terrain generated from a heightmap with 5x5=25 height values.
 In Java, a heightmap is a float array containing height values between 0f and 255f. Here is a very simple example of a terrain generated from a heightmap with 5x5=25 height values.
 
 
-image:jme2/terrain-from-float-array.png[terrain-from-float-array.png,width="",height=""]
+image:beginner/terrain-from-float-array.png[terrain-from-float-array.png,width="",height=""]
 
 
 Important things to note:
 Important things to note: