Garry's Mod

Garry's Mod

247 értékelés
FXAA Shader
   
Díjazás
Kedvenc
Kedvenc
Törlés
Content Type: Addon
Addon Type: Effects
Addon Tags: Scenic
Fájlméret:
Közzétéve:
Frissítve:
108.609 KB
aug. 24., 12:04
szept. 11., 15:55
7 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
FXAA Shader

Leírás
Fast approximate anti-aliasing (FXAA)
For this to work correctly, you must disable the default anti-aliasing in the settings.
  1. Reduces visible aliasing while maintaining sharpness and keeping within a
    practical ms/frame cost for a typical game engine. Cost to process a 1920x1200
    frame on GTX480 is under 1ms for FXAA preset 2.
  2. Targets aliasing both on triangle edges and in shader results. FXAA has logic to
    reduce single-pixel and sub-pixel aliasing: see the reduction in stipple aliasing in
    the jittered sampling shadow area.
  3. Is easy to integrate into a single pixel shader. FXAA runs as a single-pass filter
    on a single-sample color image. FXAA can provide a memory advantage over
    MSAA, especially on stereo and multi-display render targets or back buffers.
  4. Can provide a performance advantage for deferred rendering over using MSAA
    and shading multiple samples.

Autors:
  • NVIDIA, TIMOTHY LOTTES

Links:
Népszerű témák Összes megnézése (1)
9
szept. 5., 10:41
i don't see any difference in terms of gameplay
ModestShoducks
66 megjegyzés
E6aHaT HaTpuR szept. 22., 10:58 
For some reason camera addons (I checked on this and this ) have weird compatibility with this shader, zooming/moving camera image.
Енот Хак szept. 17., 6:47 
Ah dang it... Okay. I'll just stick to SMAA then.
Evgeny Akabenko  [készítő] szept. 17., 4:55 
@Енот Хак
Changing #define only works when compiling the shader. If you want to customize the FXAA parameters, you can compile a couple dozen versions, but that won't stop FXAA from being FXAA.
Енот Хак szept. 16., 15:57 
Evgeny Akabenko  [készítő] szept. 14., 23:35 
@Енот Хак
FXAA has no settings
Енот Хак szept. 14., 11:42 
Can you include more settings? I wanna tinker with this.
misterfrogsdeli szept. 10., 9:32 
<3
Evgeny Akabenko  [készítő] szept. 10., 7:43 
Added CSM adaptation
Evgeny Akabenko  [készítő] szept. 5., 10:32 
Bugs fixed :gmod::gmod::gmod::gmod::gmod::gmod::gmod::gmod:
Evgeny Akabenko  [készítő] szept. 5., 9:35 
https://discord.com/invite/tV6X2Cgjuk
Please send your addon subscription list to the discord chat. There may be an addon conflict, we will figure out what is causing the problems.