glow-inner-v1.mtl 725 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "__type__": "cc.Material",
  3. "_name": "",
  4. "_objFlags": 0,
  5. "__editorExtras__": {},
  6. "_native": "",
  7. "_effectAsset": {
  8. "__uuid__": "6cfc2e06-e30d-4607-bf94-f9e220395257",
  9. "__expectedType__": "cc.EffectAsset"
  10. },
  11. "_techIdx": 0,
  12. "_defines": [
  13. {
  14. "USE_TEXTURE": true,
  15. "SHOW_INNER_GLOW": true
  16. }
  17. ],
  18. "_states": [
  19. {
  20. "rasterizerState": {},
  21. "depthStencilState": {},
  22. "blendState": {
  23. "targets": [
  24. {}
  25. ]
  26. }
  27. }
  28. ],
  29. "_props": [
  30. {
  31. "glowColor": {
  32. "__type__": "cc.Color",
  33. "r": 255,
  34. "g": 255,
  35. "b": 255,
  36. "a": 255
  37. },
  38. "glowColorSize": 0.003,
  39. "glowThreshold": 0.003
  40. }
  41. ]
  42. }