Merge pull request #103 from teamfisk/WeaponSystem

Working weapon system
This commit is contained in:
2016-02-11 23:16:44 +01:00
31 changed files with 777 additions and 301 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ void main()
}
sceneColor = vec4(color_result.xyz, clamp(color_result.a, 0, 1));
bloomColor = vec4(clamp((glowTexel.xyz*3) - 1.0, 0, 100), 1.0);
//bloomColor = vec4(clamp((glowTexel.xyz*3) - 1.0, 0, 100), 1.0);
bloomColor = vec4(1.0, 1.0, 1.0, 0.0);
}