hud in java3d

hi guys …
i am trying to do a little ego shooter …
everything works fine for but now i need to do a hud…

i tried some j3dgraphics2d but i slows the app too much down …

can anyone explain me for exapmle how i can put a jpg over a canvas3d ??
or how i could make the hud ??

thanx a lot
cu gerch

You need to lay textured polygons oriented towards the screen. There are a couple of libraries around that can do this for you:

http://www.j3d.org - has an overlay system in library.

http://www.newdawnsoftware.com - has a HUD system for use with Java3D.

Kev

hey cool thanx …

if anyone else got some ideas and something to post it would be very nice :smiley:

cu