On Mar 1, 10:29=A0am, Joyal <dhgouv...@[EMAIL PROTECTED]
> wrote:
> hey mates, im really newbie with java3d, im learning this api, and
> doing somes test, but i have my first question, i want to put some
> text on the screen, i know its exist a Text2D class, but its interact
> with the virtualuniverse , i want only put flat text on the screen,
> with some =A0data, maybe the fps , coordenates , etc
>
> i was trying to use the getGraphics of Canvas3D and use drawString but
> didnt work, i did the same thing with Frame also with Applet, i got
> the graphics and used drawString, but nothing
>
> how can i do to be able to do this? could you give me somes examples?
>
> i hope you can help me:D
>
> PD: sorry my bad english , i from venezuela :$
just ovverride postRender method in Canvas3D
use getGraphics() method and use it
I know it flickering but itworks :)
if you find a better way please sent to my email (tugalsan@[EMAIL PROTECTED]
)
as I am not using this site much.
byz
tugalsan karabacak TURKEY


|