Skip to content
Snippets Groups Projects
Commit a57dfe97 authored by DarkGod's avatar DarkGod
Browse files

fix

parent 17c2162c
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ void main(void)
}
float shininessOpacity = 0.0;
gl_FragColor = vec4(emittedColor.rgb, 1.0 - absorb + (emittedColor.r + emittedColor.g + emittedColor.b) * shininessOpacity);
gl_FragColor.a *= gl_Color.a;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment