mitm001 5 年 前
コミット
f37976c095
1 ファイル変更4 行追加8 行削除
  1. 4 8
      docs/modules/ROOT/pages/jme3/advanced/terrain.adoc

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

@@ -79,27 +79,23 @@ 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.
 ====
 
-[.left]
 .diffuse
-image::tutorials:beginner/road.jpg[road.jpg,width="",height=""]
+image::tutorials:beginner/road.jpg[road.jpg,width="",height="",align="left"]
 
 The Diffuse Map of one of the terrain textures depicts the colors of a paved surface.
 
-[.left]
 .normal
-image::tutorials:beginner/road_normal.png[road_normal.png,width="",height=""]
+image::tutorials:beginner/road_normal.png[road_normal.png,width="",height="",align="left"]
 
 The Normal Map of one of the terrain textures depicts the bumpiness of a paved surface.
 
-[.left]
 .heightmap
-image::tutorials:beginner/mountains512.png[mountains512.png,width="128",height="128"]
+image::tutorials:beginner/mountains512.png[mountains512.png,width="128",height="128",align="left"]
 
 The Normal Map of one of the terrain textures depicts the bumpiness of a paved surface.
 
-[.left]
 .alphamap
-image::tutorials:beginner/alphamap.png[alphamap.png,width="128",height="128"]
+image::tutorials:beginner/alphamap.png[alphamap.png,width="128",height="128",align="left"]
 
 A heightmap encodes the topological highs and lows of the terrain.