Garry's Mod

Garry's Mod

248 beoordelingen
FXAA Shader
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Content Type: Addon
Addon Type: Effects
Addon Tags: Scenic
Bestandsgrootte
Geplaatst op
Bijgewerkt op
108.609 KB
24 aug om 12:04
11 sep om 15:55
7 wijzigingsnotities (weergeven)

Abonneren om te downloaden
FXAA Shader

Omschrijving
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:
Populaire discussies Alles weergeven (1)
9
5 sep om 10:41
i don't see any difference in terms of gameplay
ModestShoducks
66 opmerkingen
E6aHaT HaTpuR 22 sep om 10:58 
For some reason camera addons (I checked on this and this ) have weird compatibility with this shader, zooming/moving camera image.
Енот Хак 17 sep om 6:47 
Ah dang it... Okay. I'll just stick to SMAA then.
Evgeny Akabenko  [auteur] 17 sep om 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.
Енот Хак 16 sep om 15:57 
Evgeny Akabenko  [auteur] 14 sep om 23:35 
@Енот Хак
FXAA has no settings
Енот Хак 14 sep om 11:42 
Can you include more settings? I wanna tinker with this.
misterfrogsdeli 10 sep om 9:32 
<3
Evgeny Akabenko  [auteur] 10 sep om 7:43 
Added CSM adaptation
Evgeny Akabenko  [auteur] 5 sep om 10:32 
Bugs fixed :gmod::gmod::gmod::gmod::gmod::gmod::gmod::gmod:
Evgeny Akabenko  [auteur] 5 sep om 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.