You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
544 B

  1. Material MyMaterial : Common/MatDefs/Terrain/TerrainLighting.j3md {
  2. MaterialParameters {
  3. DiffuseMap_0_scale : 16.0625
  4. WardIso : true
  5. DiffuseMap : Flip Repeat /Textures/dirt.jpg
  6. AlphaMap : /Textures/terrain-alpha/TestMap-terrain-TestMap-alphablend0.png
  7. Shininess : 0.01
  8. }
  9. AdditionalRenderState {
  10. FaceCull Back
  11. Wireframe Off
  12. DepthWrite On
  13. PolyOffset 0.0 0.0
  14. AlphaTestFalloff 0.0
  15. Blend Off
  16. PointSprite Off
  17. ColorWrite On
  18. DepthTest On
  19. }
  20. }