Garry's Mod

Garry's Mod

252 个评价
FXAA Shader
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 特效
插件标签: 风景
文件大小
发表于
更新日期
108.609 KB
8 月 24 日 下午 12:04
9 月 11 日 下午 3:55
7 项改动说明 ( 查看 )

订阅以下载
FXAA Shader

描述
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:
热门讨论 查看全部(1)
9
9 月 5 日 上午 10:41
i don't see any difference in terms of gameplay
ModestShoducks
66 条留言
E6aHaT HaTpuR 9 月 22 日 上午 10:58 
For some reason camera addons (I checked on this and this ) have weird compatibility with this shader, zooming/moving camera image.
Енот Хак 9 月 17 日 上午 6:47 
Ah dang it... Okay. I'll just stick to SMAA then.
Evgeny Akabenko  [作者] 9 月 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.
Енот Хак 9 月 16 日 下午 3:57 
Evgeny Akabenko  [作者] 9 月 14 日 下午 11:35 
@Енот Хак
FXAA has no settings
Енот Хак 9 月 14 日 上午 11:42 
Can you include more settings? I wanna tinker with this.
misterfrogsdeli 9 月 10 日 上午 9:32 
<3
Evgeny Akabenko  [作者] 9 月 10 日 上午 7:43 
Added CSM adaptation
Evgeny Akabenko  [作者] 9 月 5 日 上午 10:32 
Bugs fixed :gmod::gmod::gmod::gmod::gmod::gmod::gmod::gmod:
Evgeny Akabenko  [作者] 9 月 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.