Remove trailing spaces
This commit is contained in:
parent
719c1551cc
commit
fec0ce34c5
80 changed files with 309 additions and 310 deletions
|
@ -19,7 +19,7 @@ void main()
|
|||
// NOTE: Calculate alpha using signed distance field (SDF)
|
||||
float distance = texture2D(texture0, fragTexCoord).a;
|
||||
float alpha = smoothstep(0.5 - smoothing, 0.5 + smoothing, distance);
|
||||
|
||||
|
||||
// Calculate final fragment color
|
||||
gl_FragColor = vec4(fragColor.rgb, fragColor.a*alpha);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue