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
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;
(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
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.