forked from AndrewHartAR/ARKit-CoreLocation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for AR Orientation Tracking (AndrewHartAR#198)
* App Store 1024x1024 Icon This eliminates an xcode compile warning * Fix CLHeading.headingAccuracy variable definition Was CLLocationDegrees, now CLLocationDirection. Worth noting that both are doubles so the code compiled w/o error, but it's now correct. * Camera tracking mechanism sync to device orientation better, especially after pause/resume Was ARWorldTracdkingConfiguration, now AROrientationTrackingConfiguration. Heading (Euler.y) now tracks soley to AHRS, before it tried to sense and track to planes - which doesn't make sense for an outside environment. * Added a configuration option for World Tracking versus Orientation Tracking. The default is World Tracking. * Updated the changelog. * Added more (defaulted) parameters to the convenience initializer and re-commented it. Also addressed an issue Marc found in the PR.
- Loading branch information
1 parent
8b65ae2
commit cc47370
Showing
6 changed files
with
40 additions
and
12 deletions.
There are no files selected for viewing
Binary file added
BIN
+396 KB
ARKit+CoreLocation/Assets.xcassets/AppIcon.appiconset/App Store Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters