example.mat 445 B

12345678910111213141516171819
  1. <?xml version="1.0" ?>
  2. <polycode>
  3. <materials>
  4. <material name="CubeMaterial">
  5. <shader name="DefaultShader">
  6. <textures>
  7. <texture name="diffuse">pink_texture.png</texture>
  8. </textures>
  9. </shader>
  10. </material>
  11. <material name="GroundMaterial">
  12. <shader name="DefaultShader">
  13. <textures>
  14. <texture name="diffuse">green_texture.png</texture>
  15. </textures>
  16. </shader>
  17. </material>
  18. </materials>
  19. </polycode>