window_windowsMAT.material 861 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "description": "",
  3. "materialType": "Materials/Types/StandardPBR.materialtype",
  4. "parentMaterial": "",
  5. "properties": {
  6. "baseColor": {
  7. "color": [
  8. 0.5,
  9. 0.5,
  10. 0.5,
  11. 1.0
  12. ],
  13. "textureBlendMode": "Lerp",
  14. "textureMap": "Rooms/Interior_02/textures/windows_BaseColor.png"
  15. },
  16. "emissive": {
  17. "color": [
  18. 0.0,
  19. 0.0,
  20. 0.0,
  21. 1.0
  22. ],
  23. "intensity": 0.0,
  24. "useTexture": false
  25. },
  26. "metallic": {
  27. "useTexture": false
  28. },
  29. "opacity": {
  30. "factor": 1.0
  31. },
  32. "roughness": {
  33. "factor": 0.33000001311302187,
  34. "useTexture": false
  35. }
  36. }
  37. }