MaterialEditorTest_default.material 810 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "materialType": "MaterialEditorTest.materialtype",
  3. "materialTypeVersion": 1,
  4. "propertyValues": {
  5. "diffuse.myColor": [
  6. 1.0,
  7. 0.5,
  8. 0.5,
  9. 1.0
  10. ],
  11. "diffuse.myImage": "Textures/Streaming/streaming12.dds",
  12. "diffuse.myInt": 10,
  13. "normal.myBool": false,
  14. "normal.myFloat": 0.5,
  15. "normal.myVector2": [
  16. 0.10000000149011612,
  17. 0.20000000298023224
  18. ],
  19. "specular.myUInt": 20,
  20. "specular.myVector3": [
  21. 0.30000001192092896,
  22. 0.4000000059604645,
  23. 0.5
  24. ],
  25. "specular.myVector4": [
  26. 0.6000000238418579,
  27. 0.699999988079071,
  28. 0.800000011920929,
  29. 0.8999999761581421
  30. ]
  31. }
  32. }