appoly/ARCore-Location

change the color of the marker when it's clicked

mohaz3i opened this issue · 2 comments

Hello,
please note this is not an issue but an enhancement.
How can i change the color of my marker after i click it so that i can recognize which marker was clicked and which was not!
Thanks

Well, every node(marker) you attach has a click listener; so you can manage it's layout there. I think the sample app already contains such an example (with click listener)

Thanks, we created a clone for the class ObjectRenderer and we changed the colors inside the class, when we click the marker it calls the clone-class and so the colors are changed.