|
@@ -79,26 +79,26 @@ 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.
|
|
|
====
|
|
|
|
|
|
-.diffuse
|
|
|
-image::tutorials:beginner/road.jpg[road.jpg,width="",height=""]
|
|
|
+[cols="80,20",frame=none,grid=none]
|
|
|
+|===
|
|
|
|
|
|
-The Diffuse Map of one of the terrain textures depicts the colors of a paved surface.
|
|
|
+a|The Diffuse Map of one of the terrain textures depicts the colors of a paved surface.
|
|
|
+a|.diffuse
|
|
|
+image::tutorials:beginner/road.jpg[road.jpg,width="",height=""]
|
|
|
|
|
|
-.normal
|
|
|
+a|The Normal Map of one of the terrain textures depicts the bumpiness of a paved surface.
|
|
|
+a|.normal
|
|
|
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.
|
|
|
-
|
|
|
-.heightmap
|
|
|
+a|The Normal Map of one of the terrain textures depicts the bumpiness of a paved surface.
|
|
|
+a|.heightmap
|
|
|
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.
|
|
|
-
|
|
|
-.alphamap
|
|
|
+a|A heightmap encodes the topological highs and lows of the terrain.
|
|
|
+a|.alphamap
|
|
|
image::tutorials:beginner/alphamap.png[alphamap.png,width="128",height="128"]
|
|
|
|
|
|
-A heightmap encodes the topological highs and lows of the terrain.
|
|
|
-
|
|
|
+|===
|
|
|
An alpha map can describe where 4 textures are painted onto the terrain.
|
|
|
|
|
|
Here are the names of TerrainLighting.j3md's material properties:
|