ARCORE: remove a specific renderable by clicking on this renderable
问题 I'm working on a project using Sceneform from ARCore. I develop it base on HelloSceneform example provided by ARCore. What I wanna do is adding a renderable object by a hit and then delete it when I click on the specific renderable on the screen. I've tried method AnchorNode.setOnTapListener as following, but it didn't work(no response): anchorNode.setOnTapListener(new Node.OnTapListener() { @Override public void onTap(HitTestResult hitTestResult, MotionEvent motionEvent) { if(anchorNode