DanijelHuis / HDAugmentedReality

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

How do I set a maximum vertical level of 1 en still display POI that are behind? #17

Closed jb2b38 closed 7 years ago

jb2b38 commented 7 years ago

Everything's pretty much explained in the question. If I don't want to stack my POI one on top of the others, how can they all be on the same level?

DanijelHuis commented 7 years ago

Currently you can't.

DanijelHuis commented 7 years ago

It is now possible to disable stacking with ARPresenter.verticalStackingEnabled (ARViewController.presenter.verticalStackingEnabled).