[JAVA3D] Any J3d1.3.2 applet or application cannot run in redhat 9

2005-04-08 Thread cs
Hi,all. My system is linux(redhat 9), j2sdk1.4.2_05, java3d-1_3_2-linux-i586, and Video card is NVIDIA GeForece 2 GTS (generic). when I run any simple j3d application or applet(demo in java3d), it gives me the error message as following: ***

Re: [JAVA3D] Add a menu to 3D object

2005-04-08 Thread Chet Urata
I used picking to find the object that the mouse was over when the right mouse button was clicked, then, based on the selected object, displayed an appropriate pop-up menu. c h e t ! -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Behalf Of dod

[JAVA3D] Add a menu to 3D object

2005-04-08 Thread dodo
Hello, Is it possible to associate a menu to 3D object ? If yes, how can I do it ? What I want is to have a menu when I click on an object without moving the mouse and from this menu I'll be able to make other action. Any help is welcome. Many thanks ! =