Merge branch 'animesh' of git://github.com/Shyotl/SingularityViewer into animesh

This commit is contained in:
Lirusaito
2019-07-04 12:39:47 -04:00
12 changed files with 165 additions and 65 deletions

View File

@@ -700,7 +700,7 @@ void main()
col.rgb += light.rgb;
glare = min(glare, 1.0) * diffcol.a;
glare = min(glare, 1.0)/* * diffcol.a*/;
float al = max(diffcol.a,glare)*vertex_color.a;
//convert to gamma space for display on screen