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

A sample Android project that demonstrates how to create a simple augmented reality experience using Google's ARCore with the Amazon Sumerian service.
Apache License 2.0
53 stars 36 forks source link

Made imageAnchorCreated public #5

Closed cjkindel closed 5 years ago

cjkindel commented 5 years ago

This function should be public so it can be accessed in MainActivity, specifically the onDrawFrame function.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.