sponza_mat_chain.material 866 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "description": "",
  3. "parentMaterial": "",
  4. "materialType": "Materials/Types/StandardPBR.materialtype",
  5. "materialTypeVersion": 5,
  6. "properties": {
  7. "baseColor": {
  8. "textureBlendMode": "Lerp",
  9. "textureMap": "../Textures/chain_basecolor.png"
  10. },
  11. "emissive": {
  12. "color": [
  13. 0.0,
  14. 0.0,
  15. 0.0,
  16. 1.0
  17. ]
  18. },
  19. "general": {
  20. "doubleSided": true
  21. },
  22. "metallic": {
  23. "factor": 0.8899999856948853
  24. },
  25. "normal": {
  26. "textureMap": "../Textures/chain_normal.jpg"
  27. },
  28. "opacity": {
  29. "alphaSource": "Split",
  30. "factor": 1.0,
  31. "mode": "Cutout",
  32. "textureMap": "../Textures/chain_alpha.png"
  33. }
  34. }
  35. }