fix issue where some projected 5d wires cross over w=4

This commit is contained in:
2020-05-23 11:03:36 -04:00
parent 350ee5652f
commit 47f8da7192
2 changed files with 35 additions and 75 deletions

View File

@@ -2,7 +2,7 @@
layout(location=2) uniform vec3 col;
layout(location=0) in vec3 pos;
layout(location=0) in vec4 pos;
layout(location=2) in vec3 normal;
out vec4 color;