DanijelHuis / HDAugmentedReality

Augmented Reality component for iOS, written in Swift.
MIT License
480 stars 97 forks source link

POI's not smooth at ertain point #33

Closed deividas717 closed 7 years ago

deividas717 commented 7 years ago

First of all thanks for this lib! It is amazing and works like a charm. However I noticed on strange behaviour (issue) See video below. Why at certain point all poi's jumps? https://streamable.com/2kv86

DanijelHuis commented 7 years ago

It is probably when facing north, overlay view is stretching from 0° to 360°, its one big view, so when it reaches end(North), it resets back to 0°.

In v2.0.0 this is not happening anymore since there is no more overlay view. It will be released this or next week.