mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-12-25 13:18:21 -06:00
oh fuck.
This commit is contained in:
parent
fe50cd1af9
commit
3aa64143e3
|
@ -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