Re: [JAVA3D] GUI navigation in VR world

2002-02-22 Thread Justin Couch
Bob Dengle wrote: > this list. Try doing a search of the archives. Also, I believe Justin Couch > has an overlay implementation in the code repository at www.j3d.org Correct. There is one implementation there that is a combination of DaveY's work, Will Holcomb and myself. Where it is currently w

Re: [JAVA3D] GUI navigation in VR world

2002-02-22 Thread Bob Dengle
-Bob Dengle >From: Gerard Peregrin <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [JAVA3D] GUI navigation in VR world >Date: Fri, 22 Feb 2002 13:14:12 EST > >In a message dated 2/22/02 3:0

Re: [JAVA3D] GUI navigation in VR world

2002-02-22 Thread Gerard Peregrin
In a message dated 2/22/02 3:03:16 AM, [EMAIL PROTECTED] writes: << Does anyone know where I should start?? >> Yes, and end as well. I have written a GUI which produces any combination of four "partitions" . The partitioning is generated using the JSplitPane class. Media resources of any type

Re: [JAVA3D] GUI navigation in VR world

2002-02-22 Thread Matt Holland
] Sent: 22 February 2002 11:03 To: [EMAIL PROTECTED] Subject: [JAVA3D] GUI navigation in VR world Hello, I am hoping to produce a VR world using Java 3D and at the moment navigation is handled with the mouse and keyboard. However I would like to use a GUI with buttons, as I wish to have this program

[JAVA3D] GUI navigation in VR world

2002-02-22 Thread Karl Parry
Hello, I am hoping to produce a VR world using Java 3D and at the moment navigation is handled with the mouse and keyboard. However I would like to use a GUI with buttons, as I wish to have this program as a part of a web page. How do I go about doing this? I can create a Swing application and ha