Garry's Mod
GShader Library
Mostrando 61-70 de 88 aportaciones
< 1 ... 5  6  7  8  9 >
Actualización: 22 AGO a las 9:39

Optimized shaderlib.DrawVertexScreenQuad(). 4x

Actualización: 22 AGO a las 9:38

Optimized shaderlib.DrawVertexScreenQuad(). 3x

Actualización: 22 AGO a las 9:36

Optimized shaderlib.DrawVertexScreenQuad(). 2x

Actualización: 22 AGO a las 9:31

Optimized shaderlib.DrawVertexScreenQuad(). Thanks Vogel.

Actualización: 22 AGO a las 8:10

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

Actualización: 22 AGO a las 7:04

Fixed some bugs with shaderlib.DrawVertexScreenQuad()

Actualización: 22 AGO a las 7:04

Fixed some bugs with shaderlib.DrawVertexScreenQuad()

Actualización: 22 AGO a las 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]

Actualización: 13 AGO a las 5:20

Added VManip support

Actualización: 13 AGO a las 3:58

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