StandardPBR_AllProperties.material 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "description": "",
  3. "materialType": "Materials/Types/StandardPBR.materialtype",
  4. "parentMaterial": "",
  5. "materialTypeVersion": 5,
  6. "properties": {
  7. "general": {
  8. "texcoord": 0,
  9. "doubleSided": false
  10. },
  11. "baseColor": {
  12. "colorLinear": [ 1.0, 1.0, 1.0 ],
  13. "factor": 1.0,
  14. "useTexture": true,
  15. "textureMap": "EngineAssets/TextureMsg/DefaultNoUVs.tif"
  16. },
  17. "metallic": {
  18. "factor": 0.0,
  19. "useTexture": false,
  20. "textureMap": ""
  21. },
  22. "roughness": {
  23. "factor": 1.0,
  24. "useTexture": true,
  25. "textureMap": "EngineAssets/TextureMsg/DefaultNoUVs_spec.tif"
  26. },
  27. "specularF0": {
  28. "factor": 0.5,
  29. "useTexture": false,
  30. "textureMap": ""
  31. },
  32. "normal": {
  33. "factor": 1.0,
  34. "useTexture": true,
  35. "textureMap": "EngineAssets/TextureMsg/DefaultNoUVs_ddn.tif"
  36. },
  37. "opacity": {
  38. "factor": 1.0,
  39. "cutoutAlpha": false,
  40. "cutoutThreshold": 0.5,
  41. "useBaseColorTextureAlpha": false,
  42. "useTexture": false,
  43. "textureMap": ""
  44. }
  45. }
  46. }