DarkMagentaTransparent.material 655 B

1234567891011121314151617181920212223
  1. {
  2. "materialType": "Materials/Types/StandardPBR.materialtype",
  3. "materialTypeVersion": 5,
  4. "propertyValues": {
  5. "metallic.useTexture": false,
  6. "normal.useTexture": false,
  7. "roughness.useTexture": false,
  8. "specularF0.enableMultiScatterCompensation": true,
  9. "specularF0.useTexture": false,
  10. "baseColor.useTexture": false,
  11. "roughness.factor": 0.9,
  12. "metallic.factor": 0.0,
  13. "baseColor.color": [
  14. 0.6,
  15. 0.0,
  16. 0.6,
  17. 1.0
  18. ],
  19. "opacity.mode": "Blended",
  20. "opacity.alphaSource": "None",
  21. "opacity.factor": 0.5
  22. }
  23. }