summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorAnsis Brammanis <brammanis@gmail.com>2016-12-14 13:54:45 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-12-21 15:46:36 -0800
commitebd241363d5c926d471559208f391190666febb9 (patch)
tree63e1324ae911aa760a6b010904dd43b8f660b7d2 /platform
parent9dd0cdbc5768d3bdd6e2805523ee9281c0699506 (diff)
downloadqtlocation-mapboxgl-ebd241363d5c926d471559208f391190666febb9.tar.gz
[core] fix text blurriness at different FOVs
ported from -js: c52a09639ceeeb809cd837360993df9c45b45420 This replaces a hardcoded shader approximation with a more correct, FOV-dependent one. `gl_Position.w - 0.5` is replaced with `gl_Position.w / tan(fov)` The `/ tan(fov)` is handled by multiplying `1 / tan(fov)` into `u_gamma` outside the shader. I think `- 0.5` was just chosen as something that looked right for the default fov.lease enter the commit message for your changes. Lines starting
Diffstat (limited to 'platform')
0 files changed, 0 insertions, 0 deletions