SMAA & FXAA, change size of pixel detection ?

  • mindu
  • Topic Author
More
8 years 6 months ago - 8 years 6 months ago #1 by mindu SMAA & FXAA, change size of pixel detection ? was created by mindu
for example:

- need bigger pixel area detection: old games with low res --> very big pixels, SMAA doesn't even detect edges as they are so big, in the other hand FXAA does a little bit:

(FXAA x8)




- need smaller pixel area detection: newer games with MSAA (or other kind of AA) still have aliased edges because those edges are just smaller with MSAA, not smoothed like FXAA or SMAA does, so they are still there just with small size (e.g.: MSAAx2 would need half size edge detection).



would be doable such parameter to control size?




ยท
Last edit: 8 years 6 months ago by mindu.

Please Log in or Create an account to join the conversation.

  • mindu
  • Topic Author
More
8 years 6 months ago #2 by mindu Replied by mindu on topic SMAA & FXAA, change size of pixel detection ?
tried to change SMAA_RT_METRICS, pixel size, but nothing... really nobody knows anything about it? :(

Please Log in or Create an account to join the conversation.