Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/drape
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-12-14 11:56:41 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-12-14 11:56:41 +0300
commit9027938648b78411c5dca2c607e088779976678b (patch)
treea3e681450b6fd8633dcca6082114aa810461a64c /drape
parent11d277a24f0abd27365da09d892f70d113168add (diff)
Tuned route renderer
Diffstat (limited to 'drape')
-rw-r--r--drape/shaders/route_fragment_shader.fsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/drape/shaders/route_fragment_shader.fsh b/drape/shaders/route_fragment_shader.fsh
index 3ff455a17d..6431bf1367 100644
--- a/drape/shaders/route_fragment_shader.fsh
+++ b/drape/shaders/route_fragment_shader.fsh
@@ -11,8 +11,8 @@ uniform vec4 u_routeParams;
const float kAntialiasingThreshold = 0.92;
-const float kOutlineThreshold1 = 0.4;
-const float kOutlineThreshold2 = 0.3;
+const float kOutlineThreshold1 = 0.6;
+const float kOutlineThreshold2 = 0.5;
void main(void)
{