forked from organicmaps/organicmaps
Review fixes
This commit is contained in:
parent
13cc393e39
commit
7f00646e59
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ void main(void)
|
|||
if (a_animate > 0.0)
|
||||
normal = u_interpolationT * normal;
|
||||
|
||||
// Here we intentionally decrease precision of 'pos' calculation
|
||||
// to eliminate jittering effect in process of billboard reconstruction.
|
||||
lowp vec4 p = vec4(a_position, 1) * modelView;
|
||||
highp vec4 pos = vec4(normal, 0, 0) + p;
|
||||
pos = pos * projection;
|
||||
|
|
Loading…
Add table
Reference in a new issue