WIP on widget fuckery

This commit is contained in:
Tleety
2016-02-01 16:56:55 +01:00
parent 7054822be2
commit 53cae25eb2
8 changed files with 76 additions and 32 deletions
+1 -1
View File
@@ -41,5 +41,5 @@ void main()
Output.Normal = vec3(M * vec4(Normal, 0.0));
Output.Tangent = vec3(M * vec4(Tangent, 0.0));
Output.BiTangent = vec3(M * vec4(BiTangent, 0.0));
Output.ExplosionColor = vec4(0.0);
Output.ExplosionColor = vec4(1.0);
}