Working shadows from foreground, not optimised

This commit is contained in:
jgk
2021-06-29 16:47:16 +02:00
parent 3d16c33d33
commit 3056e6384b
6 changed files with 23 additions and 16 deletions
-5
View File
@@ -24,9 +24,4 @@ void main()
}
{
}
//gl_Position = vec4 (0,0,-0.5,1); EmitVertex();
//gl_Position = vec4 (1,0,-0.5,1); EmitVertex();
//gl_Position = vec4 (1,1,1,1); EmitVertex();
//gl_Position = vec4 (0,1,1,1); EmitVertex();
//EndPrimitive();
}