Class TerrainTexturePack
- java.lang.Object
-
- de.coreengine.rendering.renderable.terrain.TerrainTexturePack
-
public class TerrainTexturePack extends Object
Class that represents a texture pack for a terrain- Author:
- Darius Dinger
-
-
Constructor Summary
Constructors Constructor Description TerrainTexturePack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Material
getBlueMaterial()
Material
getGreenMaterial()
Material
getMaterial()
Material
getRedMaterial()
-
-
-
Method Detail
-
getMaterial
public Material getMaterial()
- Returns:
- Main material of the terrain. (no r,g, b in blend map or no blend map)
-
getRedMaterial
public Material getRedMaterial()
- Returns:
- Red material of the terrain (red in blend map)
-
getGreenMaterial
public Material getGreenMaterial()
- Returns:
- Green material of the terrain (green in blend map)
-
getBlueMaterial
public Material getBlueMaterial()
- Returns:
- Blue material of the terrain (blue in blend map)
-
-