ColorMaterial.mtl 531 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "__type__": "cc.Material",
  3. "_name": "",
  4. "_objFlags": 0,
  5. "_native": "",
  6. "_effectAsset": {
  7. "__uuid__": "a3cd009f-0ab0-420d-9278-b9fdab939bbc"
  8. },
  9. "_techIdx": 0,
  10. "_defines": [
  11. {}
  12. ],
  13. "_states": [
  14. {
  15. "blendState": {
  16. "targets": [
  17. {}
  18. ]
  19. },
  20. "depthStencilState": {},
  21. "rasterizerState": {}
  22. }
  23. ],
  24. "_props": [
  25. {
  26. "mainColor": {
  27. "__type__": "cc.Color",
  28. "r": 0,
  29. "g": 255,
  30. "b": 0,
  31. "a": 255
  32. }
  33. }
  34. ]
  35. }