Giter Club home page Giter Club logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
1. What do you mean with "put a text description"? do you mean adding a text to 
the virtual world which will fly around near the object or do you mean a text 
that should be displayed when the user clicks on the objects or get close to 
the object or whatever?

2. i also thought about this a while ago but i'm still not sure what the best 
solution is. i think something like a arrow with information about the object 
which is far away might be a solution so that the user can be guided to the 
object. i already implemented a small component which will help you doing this 
and i will add a new blogpost about how to do this in the droidar blog ( 
http://droidar.blogspot.com/ ) soon

3. jep i planned to add a little 2d compass view to droidar for a long time but 
didn't have the time jet. its on the todo list so just check the blog from time 
to time and if you find a free to use android compass view or something like 
this tell me;)

Original comment by simon.heinen on 11 Oct 2011 at 11:23

  • Added labels: ****
  • Removed labels: ****

from droidar.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
1.  For this example.  We are putting a GeoObj in the world with the arrow 
MeshComponent.  We also want some text to go along with that GeoObj and Arrow.  
So the user can see what each of the arrows describe.  So our example is we 
drop a bunch of arrows in the world based on GeoLocation spots, and we want to 
have the description also be able to be seen as text by the user as they 
walk(move) around the world(virtualworld).


Original comment by [email protected] on 11 Oct 2011 at 12:22

  • Added labels: ****
  • Removed labels: ****

from droidar.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
Forgot about #3-
3.  Mixar has a good 2d compass that im sure you could use to get that 
functionality into DroidAR.


Original comment by [email protected] on 11 Oct 2011 at 12:24

  • Added labels: ****
  • Removed labels: ****

from droidar.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024
you can use the 
http://code.google.com/p/droidar/source/browse/trunk/droidar/DroidAR/src/gl/GLTe
xt.java class to display text to the user. just combine two meshes like this:

Mesh arrow = newArrow
Mesh text = new GLText(...
text.setPostion(new Vec(0,0,10)) to move it above the arrow
arrow.addChild(text)

the alternative to GLText would be to use objectFactory.newTextObject(..)

Original comment by simon.heinen on 11 Oct 2011 at 3:35

  • Added labels: ****
  • Removed labels: ****

from droidar.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 16, 2024

Original comment by simon.heinen on 11 Nov 2011 at 12:15

  • Changed state: Done
  • Added labels: ****
  • Removed labels: ****

from droidar.

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.