metadata.json 417 B

123456789101112131415161718192021
  1. {
  2. "meta":
  3. {
  4. "title": "Native Resolution DOF",
  5. "author": "Dolphin Team",
  6. "description": "Scales DOF effects to draw at their native resolution, regardless of internal resolution. Results in DOF looking much more natural at higher resolutions but may cause shimmering."
  7. },
  8. "features":
  9. [
  10. {
  11. "group": "DOF",
  12. "action": "scale",
  13. "action_data": {
  14. "X": 1.0,
  15. "Y": 1.0,
  16. "Z": 1.0
  17. }
  18. }
  19. ]
  20. }