don't stop while quaking, added logo

This commit is contained in:
Bryce Covert
2016-03-08 07:44:40 -08:00
parent 5980a31706
commit e89d3ffbc8
19 changed files with 3125 additions and 3153 deletions

View File

@@ -141,7 +141,7 @@ vec3 BlendHue(vec3 base, vec3 blend)
void main ()
{
vec2 sz = vec2 (1024.0, 1024.0);
vec2 sz = vec2 (2048.0, 2048.0);
vec3 step = vec3 (1.0 / 4.0, 1.0 / 4.0, 0.0);
vec2 tex_pixel = sz * v_texCoords - step.xy / 2.0;