I need to detect which node tapped in ArCore in flutter
arCoreController!.onNodeTap = (name) => onTapHandler(name);
didn't get the expected name.
I need to detect which node tapped in ArCore in flutter
arCoreController!.onNodeTap = (name) => onTapHandler(name);
didn't get the expected name.
Copyright © 2021 Jogjafile Inc.
The below logic works perfectly fine. Please refer to this sample. If you're facing error when running this project, refer to this fix. Hope this helps !