warn_metal.material 624 B

12345678910111213141516171819202122232425
  1. {
  2. "description": "",
  3. "materialType": "Materials/Types/StandardPBR.materialtype",
  4. "parentMaterial": "",
  5. "materialTypeVersion": 5,
  6. "properties": {
  7. "baseColor": {
  8. "textureMap": "Materials/WornMetal/worn_metal_basecolor.jpg"
  9. },
  10. "metallic": {
  11. "factor": 1.0
  12. },
  13. "normal": {
  14. "textureMap": "Materials/WornMetal/worn_metal_normal.jpg"
  15. },
  16. "roughness": {
  17. "textureMap": "Materials/WornMetal/worn_metal_roughness.jpg"
  18. },
  19. "uv": {
  20. "tileU": 1.5,
  21. "tileV": 1.5
  22. }
  23. }
  24. }