I build an AR application on Android, using ARCore and Sceneform, and I want to translate object on x
, y
or z
axis when user clicks a button.
How can I do that?
I try to do that, when user press the button, I'm compose object Pose with translate Pose, remove object and create new one with translation. But after some clicks, I have SIG 9 (kill app).
Is there the other way?