umarmansuri / android-augment-reality-framework

Automatically exported from code.google.com/p/android-augment-reality-framework
GNU General Public License v3.0
0 stars 0 forks source link

The selected marker is not the one got clicked - and even the invisible marker got selected #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the AR, with the case there are 3 Markers in the visibility zone
2. Click on the marker group
3. The info of an unknown invisible marker got selected, instead of the visible 
one! (due to the check Marker.calcVisibility() and the list of markers not 
correctly sorted)

What is the expected output? What do you see instead?
1. Only visible markers should be clickable
2. When click on the marker group, the closer marker (by distant) or the one in 
the clicked zone should be selected, and not the first one that appeared in 
ARData.getMarkers().

What version of the product are you using? On what operating system?
Android 2.2, Huewei Phone, with 320x240

Please provide any additional information below.

Thanks!
Duy

Original issue reported on code.google.com by duyvo...@gmail.com on 7 Nov 2011 at 4:23

GoogleCodeExporter commented 8 years ago
I've done some major updates in that part of the code, let me know if you still 
are having problems.

Original comment by phishman3579@gmail.com on 20 Nov 2011 at 7:44

GoogleCodeExporter commented 8 years ago

Original comment by phishman3579@gmail.com on 24 Nov 2011 at 10:45