瀏覽代碼

fix image position

mitm001 5 年之前
父節點
當前提交
a326477c54
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      docs/modules/ROOT/pages/jme3/advanced/terrain.adoc

+ 5 - 4
docs/modules/ROOT/pages/jme3/advanced/terrain.adoc

@@ -2,6 +2,7 @@
 :author:
 :revnumber:
 :revdate: 2016/03/17 20:48
+:figure-caption!:
 :relfileprefix: ../../
 :imagesdir: ../..
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
@@ -78,25 +79,25 @@ The default material for TerraMonkey is TerrainLighting.j3md. This material comb
 We recommend to <<sdk/terrain_editor#,create and edit Splat Textures for terrains visually in the jMonkeyEngine SDK>>, and not do it manually. If you are simply curious about how the SDK's terrain texture plugin works, or if you indeed want to generate materials manually, then read on for the implementation details.
 ====
 
-[.right.text-left]
+[.left]
 .road.jpg
 image::tutorials:beginner/road.jpg[road.jpg,width="",height=""]
 
 The Diffuse Map of one of the terrain textures depicts the colors of a paved surface.
 
-[.right.text-left]
+[.left]
 .road_normal.png
 image::tutorials:beginner/road_normal.png[road_normal.png,width="",height=""]
 
 The Normal Map of one of the terrain textures depicts the bumpiness of a paved surface.
 
-[.right.text-left]
+[.left]
 .mountains512.png
 image::tutorials:beginner/mountains512.png[mountains512.png,width="128",height="128"]
 
 A heightmap encodes the topological highs and lows of the terrain.
 
-[.right.text-left]
+[.left]
 .alphamap.png
 image:tutorials:beginner/alphamap.png[alphamap.png,width="128",height="128",align="right"]