diff options
Diffstat (limited to 'data/glsl.cfg')
| -rw-r--r-- | data/glsl.cfg | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/data/glsl.cfg b/data/glsl.cfg index 38b19b5..189b456 100644 --- a/data/glsl.cfg +++ b/data/glsl.cfg @@ -1853,27 +1853,6 @@ shader 0 "blendbrush" [ } ] -lazyshader 0 "prefab" [ - attribute vec4 vvertex, vcolor; - attribute vec3 vnormal; - uniform mat4 prefabmatrix; - uniform mat3 prefabworld; - varying vec4 color; - - void main(void) - { - gl_Position = prefabmatrix * vvertex; - color = vcolor; - color.rgb *= dot(prefabworld * vnormal, vec3(0.0, -0.447213595, 0.894427191)); - } -] [ - varying vec4 color; - void main(void) - { - gl_FragColor = color; - } -] - lazyshader 0 "moviergb" [ attribute vec4 vvertex; @(screentexcoord 0) |
