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
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-01-29 20:59:34 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:10:49 +0300
commit3a1331ced2271c177fde8e46fd1b9e353ec0b8fc (patch)
tree9ee3d9ad3e42fc2d9bfe92e0f3d37a9f299dd574 /drape/drape.pro
parentd6042a8e41bf293637aa3eb370c12736ef4a4aef (diff)
[drape] line also store geometry in global coorinates. Some magic in shader
Diffstat (limited to 'drape/drape.pro')
-rw-r--r--drape/drape.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/drape/drape.pro b/drape/drape.pro
index 9004186513..c921c3d415 100644
--- a/drape/drape.pro
+++ b/drape/drape.pro
@@ -24,4 +24,5 @@ OTHER_FILES += \
shaders/solid_area_fragment_shader.fsh \
shaders/texturing_vertex_shader.vsh \
shaders/shader_index.txt \
- shaders/texturing_fragment_shader.fsh
+ shaders/texturing_fragment_shader.fsh \
+ shaders/line_vertex_shader.vsh