info.json 594 B

12345678910111213141516171819202122232425262728
  1. {
  2. "type" : "GL",
  3. "core" : true,
  4. "name" : "EDL Shader",
  5. "icon" : ":/CC/plugin/qEDL/images/cc_edl.png",
  6. "description": "Eye-dome Lighting OpenGL shader.",
  7. "authors": [
  8. {
  9. "name": "Christian Boucheny, EDF R&D"
  10. },
  11. {
  12. "name": "Daniel Girardeau-Montaut",
  13. "email": "daniel.girardeau@gmail.com"
  14. }
  15. ],
  16. "maintainers" : [
  17. {
  18. "name" : "Daniel Girardeau-Montaut",
  19. "email" : "daniel.girardeau@gmail.com"
  20. }
  21. ],
  22. "references": [
  23. {
  24. "text": "Documentation",
  25. "url": "http://www.cloudcompare.org/doc/wiki/index.php?title=EDL_(shader)"
  26. }
  27. ]
  28. }