Main.material 389 B

1234567891011121314151617181920
  1. material Material
  2. {
  3. receive_shadows off
  4. technique
  5. {
  6. pass
  7. {
  8. ambient 0.000000 0.000000 0.000000 1.000000
  9. diffuse 1.000000 1.000000 1.000000 1.000000
  10. specular 0.000000 0.000000 0.000000 1.000000 0.250000
  11. emissive 0.000000 0.000000 0.000000 1.000000
  12. texture_unit
  13. {
  14. texture AO.jpg
  15. tex_address_mode wrap
  16. filtering trilinear
  17. }
  18. }
  19. }
  20. }