vianziro / droidar

Automatically exported from code.google.com/p/droidar
0 stars 0 forks source link

How to draw some text with position ? #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello.

From this video
http://www.youtube.com/watch?v=MFbEvkWJOV0&feature=player_embedded

I want to add text to ar word , I look for some function like

    world.add(objectFactory.newTextobj("text Input",new Vec(10, 0, 0)));

How I can do it?

help me please..

                                             Thank you..

Original issue reported on code.google.com by ooocoke...@gmail.com on 4 Sep 2011 at 4:50

GoogleCodeExporter commented 8 years ago
i added a method to display text, its called objectFactory.newTextObject(...) 
and you should also take a look at the implementation of this method to be able 
to customize the appearance of the text.

Original comment by simon.heinen on 5 Sep 2011 at 12:37

GoogleCodeExporter commented 8 years ago
Thank you very much I love you :)

Original comment by ooocoke...@gmail.com on 5 Sep 2011 at 3:51