sponza_mat_floor.material 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "description": "",
  3. "parentMaterial": "",
  4. "materialType": "Materials/Types/StandardPBR.materialtype",
  5. "materialTypeVersion": 5,
  6. "properties": {
  7. "baseColor": {
  8. "textureMap": "../Textures/floor_1k_basecolor.png"
  9. },
  10. "clearCoat": {
  11. "influenceMap": "../Textures/floor_1k_ao.png",
  12. "normalMap": "../Textures/floor_1k_normal.png",
  13. "roughness": 0.25
  14. },
  15. "general": {
  16. "applySpecularAA": true
  17. },
  18. "irradiance": {
  19. "irradianceColorSource": "Manual",
  20. "manualColor": [
  21. 1.0,
  22. 0.9404135346412659,
  23. 0.8688944578170776,
  24. 1.0
  25. ]
  26. },
  27. "normal": {
  28. "textureMap": "../Textures/floor_1k_normal.png"
  29. },
  30. "occlusion": {
  31. "diffuseTextureMap": "../Textures/floor_1k_ao.png"
  32. },
  33. "opacity": {
  34. "factor": 1.0
  35. },
  36. "parallax": {
  37. "factor": 0.012000000104308128,
  38. "pdo": true,
  39. "useTexture": false
  40. },
  41. "roughness": {
  42. "textureMap": "../Textures/floor_1k_roughness.png"
  43. }
  44. }
  45. }