MinimalMultilayerExample.material 793 B

123456789101112131415161718192021222324
  1. {
  2. "materialType": "Materials/Types/MinimalMultilayerPBR.materialtype",
  3. "materialTypeVersion": 1,
  4. "propertyValues": {
  5. "blend.texture": "TestData/Textures/checker8x8_512.png",
  6. "layer1.baseColor.color": [
  7. 1.0,
  8. 0.7495536804199219,
  9. 0.3466697037220001,
  10. 1.0
  11. ],
  12. "layer1.baseColor.texture": "Textures/bricks_1k_basecolor.png",
  13. "layer1.metallic": 1.0,
  14. "layer1.roughness": 0.23000000417232513,
  15. "layer2.baseColor.color": [
  16. 0.34021514654159546,
  17. 0.14996567368507385,
  18. 0.42177462577819824,
  19. 1.0
  20. ],
  21. "layer2.baseColor.texture": "TestData/Textures/cc0/Concrete019_1K_Color.jpg",
  22. "layer2.roughness": 0.8399999737739563
  23. }
  24. }