mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
oh fuck.
This commit is contained in:
parent
2d655ea8f1
commit
711942567f
|
@ -25,5 +25,5 @@ void main() {
|
|||
float light = abs(v_normal.x) + .8 * abs(v_normal.y) + .6 * abs(v_normal.z);
|
||||
color *= vec4(vec3(light), 1.);
|
||||
//discard alpha
|
||||
color.w = 0.;
|
||||
color.w = 1.;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue