[JAVA3D] Event Handling..

2001-07-26 Thread Vijayan Pandalai
Hi All, I wish to know how could i add a MouseEvent Handler to the Canvas3D such that on the first click i get a point, on the second click the second point and then draw a line from the first point to the second point.   Thanks in advance   Regards, Vijayan Pandalai.      

[JAVA3D] Swing / Java3D event handling

2000-05-22 Thread Will Wong
Hi, I'm trying to have a swing button trigger a live behavior in my scenegraph. Does anyone have a clue as to how to do this directly? In demo code that I have found, people have been letting the user set variables (through a UI) and having the behaviors wakeup at regular intervals to read the va