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.

24 lines
624 B

  1. Material MyMaterial : Common/MatDefs/Light/Lighting.j3md {
  2. MaterialParameters {
  3. DiffuseMap : Models/grass.png
  4. GlowColor : 0.0 0.0 0.0 1.0
  5. Specular : 0.0 0.0 0.0 1.0
  6. Diffuse : 0.9258238 0.9258238 0.9258238 1.0
  7. UseMaterialColors : true
  8. ParallaxHeight : 0.05
  9. Ambient : 0.9258238 0.9258238 0.9258238 1.0
  10. Shininess : 12.5
  11. }
  12. AdditionalRenderState {
  13. FaceCull Off
  14. Wireframe Off
  15. DepthWrite On
  16. PolyOffset 0.0 0.0
  17. AlphaTestFalloff 0.0
  18. Blend PremultAlpha
  19. PointSprite Off
  20. ColorWrite On
  21. DepthTest On
  22. }
  23. }