switch state visualisation, semaphore tracking for map purposes

This commit is contained in:
milek7
2019-02-22 22:21:23 +01:00
parent 2bacb941c0
commit 939aa73384
14 changed files with 141 additions and 25 deletions

View File

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