Added endless terrain generator, changed terrain style.

This commit is contained in:
Dejvino
2017-01-05 23:52:15 +01:00
parent 2a4cc65a81
commit 2a723f6eff
12 changed files with 247 additions and 2306 deletions
@@ -1,20 +0,0 @@
Material MyMaterial : Common/MatDefs/Terrain/TerrainLighting.j3md {
MaterialParameters {
DiffuseMap_0_scale : 16.0625
WardIso : true
DiffuseMap : Flip Repeat /Textures/dirt.jpg
AlphaMap : /Textures/terrain-alpha/TestMap-terrain-TestMap-alphablend0.png
Shininess : 0.01
}
AdditionalRenderState {
FaceCull Back
Wireframe Off
DepthWrite On
PolyOffset 0.0 0.0
AlphaTestFalloff 0.0
Blend Off
PointSprite Off
ColorWrite On
DepthTest On
}
}