Garry's Mod

Garry's Mod

GShader Library
目前顯示第 71-80 項,共 121 項
< 1 ... 6  7  8  9  10 ... 13 >
更新:9 月 3 日 @ 下午 1:44
Evgeny Akabenko 發表

Maked adaptation for antiscreamer addon

更新:9 月 3 日 @ 上午 2:51
Evgeny Akabenko 發表

更新:9 月 1 日 @ 上午 4:52
Evgeny Akabenko 發表

Fixed some glithes for Velocity buffer.

更新:9 月 1 日 @ 上午 4:29
Evgeny Akabenko 發表

Minor changes

更新:9 月 1 日 @ 上午 4:23
Evgeny Akabenko 發表

Fixed depth buffer in .a channel of _rt_WPDepth using formula:

float depth = 1 / ( tex2D(DepthBuffer,uv).a * 4000);

https://github.com/ValveSoftware/source-sdk-2013/blob/68c8b82fdcb41b8ad5abde9fe1f0654254217b8e/src/materialsystem/stdshaders/depthwrite_ps2x.fxc#L35C1-L39C6
g_flFarPlane == 4000

Same fix was in EGSM:
https://github.com/devonium/EGSM/blob/master/include_files/depthpass.lua#L163
return float4((1/tex2D(WDBuffer, i.vTexCoord).w)/4000,0,0,1);

1/depth/4000 == 1/(depth*4000) is equal

更新:8 月 29 日 @ 上午 11:07
Evgeny Akabenko 發表

Removed hook param

更新:8 月 28 日 @ 下午 7:54
Evgeny Akabenko 發表

Some fixes

更新:8 月 28 日 @ 下午 7:30
Evgeny Akabenko 發表

Added test rt of bumps.

更新:8 月 26 日 @ 下午 5:41
Evgeny Akabenko 發表

Fixed fix of MW base

更新:8 月 26 日 @ 上午 9:55
Evgeny Akabenko 發表

Fixed TFA flashlights. x2