sponza_mat_details.material 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "description": "",
  3. "parentMaterial": "",
  4. "materialType": "Materials/Types/StandardPBR.materialtype",
  5. "materialTypeVersion": 5,
  6. "properties": {
  7. "baseColor": {
  8. "textureMap": "../Textures/details_1k_basecolor.png"
  9. },
  10. "clearCoat": {
  11. "factor": 0.5,
  12. "normalMap": "../Textures/details_1k_normal.png",
  13. "roughness": 0.25
  14. },
  15. "general": {
  16. "applySpecularAA": true
  17. },
  18. "metallic": {
  19. "textureMap": "../Textures/details_1k_metallic.png"
  20. },
  21. "normal": {
  22. "textureMap": "../Textures/details_1k_normal.png"
  23. },
  24. "occlusion": {
  25. "diffuseTextureMap": "../Textures/details_1k_ao.png"
  26. },
  27. "opacity": {
  28. "factor": 1.0
  29. },
  30. "parallax": {
  31. "factor": 0.02500000037252903,
  32. "pdo": true,
  33. "useTexture": false
  34. },
  35. "roughness": {
  36. "textureMap": "../Textures/details_1k_roughness.png"
  37. }
  38. }
  39. }