aws-samples / amazon-sumerian-arkit-starter-app

A sample XCode project that demonstrates how to create a simple augmented reality experience using Apple's ARKit with the Amazon Sumerian service
Apache License 2.0
49 stars 27 forks source link

HitTest results not correct #12

Closed ShawnMa16 closed 5 years ago

ShawnMa16 commented 5 years ago

When perform hitTest result on both iPhone X and iPhone 6s, the positions of boxes are not correct. See video here

mike-starr commented 5 years ago

The demonstration scene in the app used an earlier version of our tutorial code which reversed the coordinates of the touch input. I've updated it to a new one.