mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
fix issue where some projected 5d wires cross over w=4
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user