Code Monkey home page Code Monkey logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
same issue i have faced , i guess it take a wrong value of altitude . 

Original comment by [email protected] on 31 May 2012 at 10:13

from android-augment-reality-framework.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I'd check the altitude of your device versus the altitude of the Markers. When 
the markers altitude gets very high/low it could make something like that 
happen. Sometimes it's better to just zero out the altitude unless you are 
interested in things like mountain peaks, etc.

Original comment by [email protected] on 16 Aug 2012 at 2:01

from android-augment-reality-framework.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
[deleted comment]

from android-augment-reality-framework.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Similar issue here: The markers are only displayed from the horizon upwards, 
even though all heights are zeroed. 
Also, when "zooming in" (selecting a smaller radius), the markers are dragged 
to the left of the view until they disappear. With a radius <1km, the markers 
just bounce around.

Original comment by [email protected] on 3 Sep 2012 at 3:26

from android-augment-reality-framework.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
If it's of any help, I think the issue is within the Marker.updateRadar() 
method, which asserts the marker not to be on the radar even though it is. I 
guess it has something to do with the vector calculation behind it.

This part seems to fail:
if ((locationArray[2] <= -1f) && (x*x+y*y)<(Radar.RADIUS*Radar.RADIUS)) {
            isOnRadar = true;
}

Original comment by [email protected] on 4 Sep 2012 at 9:52

from android-augment-reality-framework.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024

Original comment by [email protected] on 8 Jan 2013 at 7:27

  • Changed state: Started

from android-augment-reality-framework.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I've made a commit today trying to fix this, let me know if it helps. revision 
143

Original comment by [email protected] on 15 Mar 2013 at 12:17

from android-augment-reality-framework.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024

Original comment by [email protected] on 17 Mar 2013 at 1:39

from android-augment-reality-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.