add support for joystick; move some mono dlls to new path
This commit is contained in:
@ -454,7 +454,7 @@ void main()
|
||||
vec3 iblContribution = IBL(F0, Lr) * u_IBLContribution;
|
||||
|
||||
|
||||
color = vec4(lightContribution + iblContribution, m_Params.Albedo.a);
|
||||
color = vec4(lightContribution + iblContribution, 1.0);
|
||||
|
||||
// Bloom
|
||||
float brightness = dot(color.rgb, vec3(0.2126, 0.7152, 0.0722));
|
||||
|
||||
Reference in New Issue
Block a user