Leaves.j3m 481 B

1234567891011121314151617181920
  1. Material Leaves : Common/MatDefs/Light/Lighting.j3md {
  2. Transparent On
  3. MaterialParameters {
  4. DiffuseMap : Models/Tree/Leaves.png
  5. UseAlpha : true
  6. AlphaDiscardThreshold : 0.5
  7. UseMaterialColors : true
  8. Ambient : .5 .5 .5 .5
  9. Diffuse : 0.7 0.7 0.7 1
  10. Specular : 0 0 0 1
  11. Shininess : 16
  12. }
  13. AdditionalRenderState {
  14. Blend Alpha
  15. AlphaTestFalloff 0.50
  16. FaceCull Off
  17. }
  18. }