DanijelHuis / HDAugmentedReality

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

Annotations only show when the phone is horizontal #57

Closed wasatchtechnology closed 7 years ago

wasatchtechnology commented 7 years ago

My annotations show but only when the phone is horizontal. What could be causing this?

Thanks, hopefully something simple.

wasatchtechnology commented 7 years ago

Got it. had a compiler warning about deprecated M_PI_2. Replaced it with Double.pi but forgot the "/ 2".