Browse Source

remove align text

mitm001 5 years ago
parent
commit
0e6e23a505
1 changed files with 4 additions and 4 deletions
  1. 4 4
      docs/modules/ROOT/pages/jme3/advanced/terrain.adoc

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

@@ -80,22 +80,22 @@ We recommend to <<sdk/terrain_editor#,create and edit Splat Textures for terrain
 ====
 ====
 
 
 .diffuse
 .diffuse
-image::tutorials:beginner/road.jpg[road.jpg,width="",height="",align="left"]
+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.
 The Diffuse Map of one of the terrain textures depicts the colors of a paved surface.
 
 
 .normal
 .normal
-image::tutorials:beginner/road_normal.png[road_normal.png,width="",height="",align="left"]
+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.
 The Normal Map of one of the terrain textures depicts the bumpiness of a paved surface.
 
 
 .heightmap
 .heightmap
-image::tutorials:beginner/mountains512.png[mountains512.png,width="128",height="128",align="left"]
+image::tutorials:beginner/mountains512.png[mountains512.png,width="128",height="128"]
 
 
 The Normal Map of one of the terrain textures depicts the bumpiness of a paved surface.
 The Normal Map of one of the terrain textures depicts the bumpiness of a paved surface.
 
 
 .alphamap
 .alphamap
-image::tutorials:beginner/alphamap.png[alphamap.png,width="128",height="128",align="left"]
+image::tutorials:beginner/alphamap.png[alphamap.png,width="128",height="128"]
 
 
 A heightmap encodes the topological highs and lows of the terrain.
 A heightmap encodes the topological highs and lows of the terrain.