Re: [JAVA3D] Write own KeyBehavior

2003-12-17 Thread Sebastian Menge
Hi Henrik! You have to extend from ViewPlatformAWTBehavior. It does all the criterion things for you and you can react directly to AWT Events and modify the ViewPlatfrom. I can send an example if you like. best regards, Sebastian.

[JAVA3D] Can't get Java3D to work on Solaris

2003-12-17 Thread Ewald Börger
(hope this is the right place, couldn't find a 'I need help with Java3D' list :)) Just got an Ultra 10 and installed Solaris 8 and J2SE 1.4.2 full. After installing Java3D 1.3.1 I've tried to run the demo's, but all of them end up with the same error: bash-2.03# java HelloUniverse java.lang.Uns

Re: [JAVA3D] Write own KeyBehavior

2003-12-17 Thread Paul Pantera
I would like to write my own KeyBehavior, but I have problems to identify the pressed key. Can someone help me? E.g. when I press the key "a", I would like to do something. Here's my code: [snip] public void processStimulus(Enumeration criteria) { WakeupCriterion wakeup; AWTEvent[] event;

Re: [JAVA3D] Can't get Java3D to work on Solaris

2003-12-17 Thread Richard Smith - Systems Engineer - Melbourne
I'd check that OpenGL installed. "glClipPlane" is defined in /usr/openwin/lib/libGL.so.1 on my system: nm /usr/openwin/lib/libGL.so.1 | grep glClipPlane [4708] |359444| 72|FUNC |GLOB |0|10 |glClipPlane libJ3D.so has a dependency on libGL.so.1 $ ldd libJ3D.so libdga.so.1