Initial import of the first prototype.

This commit is contained in:
Dejvino
2016-12-31 00:19:29 +01:00
parent b58ed3a454
commit 48ac62d3b0
19 changed files with 4355 additions and 4 deletions
@@ -0,0 +1,20 @@
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
}
}