Update Freelancer Advanced Renderer to Version 1.2
This commit is contained in:
@@ -55,5 +55,5 @@ vec3 ToGammaCorrected(vec3 inColor)
|
||||
//Values are from https://en.wikipedia.org/wiki/Luma_(video)
|
||||
float ToLuma(vec3 color)
|
||||
{
|
||||
return dot(color, vec3(0.2126, 0.7152f, 0.0722f));
|
||||
return dot(color, vec3(0.2126, 0.7152, 0.0722));
|
||||
}
|
||||
Reference in New Issue
Block a user