STKMesh: Found the correct swizzle for untextured geometry
This commit is contained in:
parent
d13032ca9b
commit
68976a7a8e
@ -7,6 +7,6 @@ out vec4 color;
|
||||
|
||||
void main(void)
|
||||
{
|
||||
color = Color;
|
||||
color = Color.zyxw;
|
||||
gl_Position = ModelViewProjectionMatrix * vec4(Position, 1.);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user