Garry's Mod

Garry's Mod

GShader Library
98 sonuçtan 51 ile 60 arası gösteriliyor
< 1 ... 4  5  6  7  8 ... 10 >
Güncelleme: 1 Eyl @ 4:29
Güncelleyen: Evgeny Akabenko

Minor changes

Güncelleme: 1 Eyl @ 4:23
Güncelleyen: 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

Güncelleme: 29 Ağu @ 11:07
Güncelleyen: Evgeny Akabenko

Removed hook param

Güncelleme: 28 Ağu @ 19:54
Güncelleyen: Evgeny Akabenko

Some fixes

Güncelleme: 28 Ağu @ 19:30
Güncelleyen: Evgeny Akabenko

Added test rt of bumps.

Güncelleme: 26 Ağu @ 17:41
Güncelleyen: Evgeny Akabenko

Fixed fix of MW base

Güncelleme: 26 Ağu @ 9:55
Güncelleyen: Evgeny Akabenko

Fixed TFA flashlights. x2

Güncelleme: 26 Ağu @ 9:04
Güncelleyen: Evgeny Akabenko

Fixed TFA flashlights.

Güncelleme: 26 Ağu @ 7:49
Güncelleyen: Evgeny Akabenko

Added shaderlib.DrawVertexScreenQuad(col, normal, tc1,tc2,tc3,tc4,tc5,tc6,tc7) to dev BRANCH.

Added forced disabling ARC9 iron DOF:
RunConsoleCommand("arc9_fx_adsblur", 0)
--ARC9 force disable iron dof: (arc9toytown -> written in depth buffer)

Returned VManip fix (confirm)

Güncelleme: 26 Ağu @ 3:29
Güncelleyen: Evgeny Akabenko

Fixed TFA 3D scopes support