Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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. * Comments on how to use the new aRTrackingType option * Revert "Comments on how to use the new aRTrackingType option" This reverts commit 95d4ca0. * Remove flicker by assigning non-conflicting z-order values to each node * Convert TAB -> Space * Convert TAB -> Space * InfoLabel includes additional heading data (AndrewHartAR#203) * 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. * Comments on how to use the new aRTrackingType option * Revert "Comments on how to use the new aRTrackingType option" This reverts commit 95d4ca0. * InfoLabel displays ARKit.EulerAngles.y, CLHeading.heading, and CLHeading.headingAccuracy to help debug heading issues Also infoLabel uses a monospaced font to reduce jitter * Update ChangeLog for PR 203
- Loading branch information