16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

Merge remote-tracking branch 'tmj/master' into sim

This commit is contained in:
milek7
2020-10-18 23:35:14 +02:00
244 changed files with 54164 additions and 11636 deletions

View File

@@ -4,5 +4,5 @@ layout(location = 0) out vec4 out_color;
void main()
{
out_color = vec4(scene_extra, 1.0f);
out_color = vec4(vec3(cascade_end), 1.0f);
}