Location renderer: allow external shaders, move existing to glsl files, closes #317

This commit is contained in:
Emux
2017-03-04 19:13:06 +02:00
parent d1ce52ef52
commit f061e06d94
6 changed files with 143 additions and 120 deletions

View File

@@ -5,6 +5,7 @@
- Symbol rotation [#294](https://github.com/mapsforge/vtm/issues/294)
- Marker clustering [#312](https://github.com/mapsforge/vtm/issues/312)
- Osmagray theme [#300](https://github.com/mapsforge/vtm/issues/300)
- Location renderer custom shaders [#317](https://github.com/mapsforge/vtm/issues/317)
- OkHttp external cache [#135](https://github.com/mapsforge/vtm/issues/135)
- Texture atlas improvements [#301](https://github.com/mapsforge/vtm/pull/301) [#304](https://github.com/mapsforge/vtm/pull/304)
- Many other minor improvements and bug fixes