Working stencil buffer for the shield.

This commit is contained in:
Tleety
2016-02-04 14:33:39 +01:00
parent 379d211832
commit 7c582898f4
8 changed files with 41 additions and 32 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ out vec4 fragmentColor;
void main()
{
fragmentColor = vec4(0.5, 0.5, 0.5, 1.0);
fragmentColor = vec4(0.5, 0.5, 0.5, 0.2);
}