DanijelHuis / HDAugmentedReality

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

Can distance update quickly? #30

Closed SuYungCheng closed 7 years ago

SuYungCheng commented 7 years ago

I have say this is a good Augmented Reality Framework. But I have a question, when I am walking and changing the location. Why distance update so slow? I had change the code "self.reloadDistanceFilter" in ARTrackingManager.swift from 75 to 25. how can I update the distance more quickly? Thanks.

DanijelHuis commented 7 years ago

Have you tried userDistanceFilter?

SuYungCheng commented 7 years ago

Thank you for reminding me!It seems more quickly after set it to 5 or less.