Created
May 12, 2020 19:59
-
-
Save iambaljeet/0d9a6614d50a405f35762b490f23b417 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
arFragment = fragment as ArFragment | |
/** | |
* Touch listener to detect when a user touches the ArScene plane to place a model | |
*/ | |
arFragment.setOnTapArPlaneListener { hitResult, plane, motionEvent -> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment