Garry's Mod

Garry's Mod

GShader Library
Wyświetlanie 101-110 z 126 pozycji
< 1 ... 9  10  11  12  13 >
Aktualizacja: 22 sierpnia o godz. 9:36

Optimized shaderlib.DrawVertexScreenQuad(). 2x

Aktualizacja: 22 sierpnia o godz. 9:31

Optimized shaderlib.DrawVertexScreenQuad(). Thanks Vogel.

Aktualizacja: 22 sierpnia o godz. 8:10

Chaging hook from CalcView to RenderScene for shaderlib.DrawVertexScreenQuad().

Aktualizacja: 22 sierpnia o godz. 7:04

Fixed some bugs with shaderlib.DrawVertexScreenQuad()

Aktualizacja: 22 sierpnia o godz. 7:04

Fixed some bugs with shaderlib.DrawVertexScreenQuad()

Aktualizacja: 22 sierpnia o godz. 5:57

Added new function with vertex data input support:
shaderlib.DrawVertexScreenQuad()
U can input vertex data using render.SetModelLighting(0, x, y, z),etc.
More info here:
Example 6[github.com]

Aktualizacja: 13 sierpnia o godz. 5:20

Added VManip support

Aktualizacja: 13 sierpnia o godz. 3:58

Fixed improved normals reconstruction. Added accurate normal reconstruction: https://atyuwen.github.io/posts/normal-reconstruction/

Aktualizacja: 8 sierpnia o godz. 17:01

Added new param: Hook
r_shaderlib_hook 0

The hook where the reconstruction will take place. The best choice is PreDrawTranslucentRenderables. But if you have a black screen, you can try to choose another one, but in this case ghosting is possible.

0-3

local vales_hook = { [0] = "PreDrawTranslucentRenderables", [1] = "PostDrawOpaqueRenderables", [2] = "PreDrawEffects", [3] = "RenderScreenspaceEffects", }

Aktualizacja: 8 sierpnia o godz. 16:30

Removed some debug prints.