Re: [JAVA3D] How to make a HUD

2005-04-29 Thread Jeremy Booth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BERNUS Guillaume wrote: > Hi everybody, > > I'm working on a project using a doom-style navigation. I 'm working > on the HUD (to show a map). > I put the map in a BranchGroup wich is a child of the View's TransformGroup. > > This solution is not reall

[JAVA3D] How to make a HUD

2005-04-29 Thread BERNUS Guillaume
Hi everybody, I'm working on a project using a doom-style navigation. I 'm working on the HUD (to show a map). I put the map in a BranchGroup wich is a child of the View's TransformGroup. This solution is not really good because the map must be placed at approximately -1 meter on the z-Axis. So