Advertisement
lordbean

Three-pass SMAA for ReShade

Apr 18th, 2021 (edited)
3,854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PreprocessorDefinitions=
  2. Techniques=SMAA@SMAA.fx,SMAA@SMAA2.fx,Smart_Sharp@Smart_Sharp.fx,SMAA@SMAA3.fx
  3. TechniqueSorting=SMAA@SMAA.fx,SMAA@SMAA2.fx,Smart_Sharp@Smart_Sharp.fx,SMAA@SMAA3.fx
  4.  
  5. [SMAA.fx]
  6. CornerRounding=50
  7. DebugOutput=0
  8. DepthEdgeDetectionThreshold=0.001000
  9. EdgeDetectionThreshold=1.000000
  10. EdgeDetectionType=0
  11. MaxSearchSteps=64
  12. MaxSearchStepsDiagonal=4
  13. PredicationEnabled=1
  14. PredicationScale=1.000000
  15. PredicationStrength=3.999003
  16. PredicationThreshold=0.005000
  17.  
  18. [SMAA2.fx]
  19. CornerRounding=0
  20. DebugOutput=0
  21. DepthEdgeDetectionThreshold=0.001000
  22. EdgeDetectionThreshold=0.050000
  23. EdgeDetectionType=0
  24. MaxSearchSteps=16
  25. MaxSearchStepsDiagonal=2
  26. PredicationEnabled=0
  27. PredicationScale=1.000000
  28. PredicationStrength=0.000000
  29. PredicationThreshold=0.005000
  30.  
  31. [SMAA3.fx]
  32. CornerRounding=50
  33. DebugOutput=0
  34. DepthEdgeDetectionThreshold=0.001000
  35. EdgeDetectionThreshold=0.005000
  36. EdgeDetectionType=0
  37. MaxSearchSteps=1
  38. MaxSearchStepsDiagonal=1
  39. PredicationEnabled=0
  40. PredicationScale=2.000000
  41. PredicationStrength=0.400000
  42. PredicationThreshold=0.010000
  43.  
  44. [Smart_Sharp.fx]
  45. B_Grounding=0.500000
  46. CAM_IOB=0
  47. CA_Mask_Boost=0
  48. CA_Removal=0
  49. ClampSharp=0
  50. Debug_View=0
  51. Denoise_Power=0.500000
  52. Depth_Map=1
  53. Depth_Map_Adjust=250.000000
  54. Depth_Map_Flip=0
  55. F_DeNoise=0
  56. No_Depth_Map=0
  57. Output_Selection=0
  58. Sharpness=0.549999
  59.  
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement