2
0

example.mat 674 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" ?>
  2. <polycode>
  3. <materials>
  4. <material name="TestParticle">
  5. <shader name="DefaultParticleShader">
  6. <textures>
  7. <texture name="diffuse">Resources/particle.png</texture>
  8. </textures>
  9. </shader>
  10. </material>
  11. <material name="CubeMaterial">
  12. <shader name="DefaultShaderShadows">
  13. <textures>
  14. <texture name="diffuse">Resources/pink_texture.png</texture>
  15. </textures>
  16. </shader>
  17. </material>
  18. <material name="GroundMaterial">
  19. <shader name="DefaultShaderShadows">
  20. <textures>
  21. <texture name="diffuse">Resources/green_texture.png</texture>
  22. </textures>
  23. </shader>
  24. </material>
  25. </materials>
  26. </polycode>