Re: [JAVA3D] Linux Installation

1999-12-22 Thread Rick Goldberg
I tried this too. It looks like the Blackdown J3D port statically linked Mesa. You need to probably just create a soft link from libGL.so.1 to libMesaGL.so.3, which for me somewhat worked around the link error, but did not render properly with the GL that I was trying. HTH, Regards,

[JAVA3D] Linux Installation

1999-12-22 Thread Carlos Proal
Hi all, im newbie in Java3D for Linux, i have installed the package but i saw that is required Mesa libraries; then i have installed Mesa but when i run an application it saids Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/java/jdk1.2.2/jre/lib/i386/libJ3D.so: libMesaGL.s

Re: [JAVA3D] CapturingCanvas3D returns blank image

1999-12-22 Thread Steve Pietrowicz
Try switching the postSwap method to postRender instead, and let me know if that fixes it. I ran into problems with how my own code works under Solaris vs NT, and had to add a flag to change which routine caught the image. If that works, I'll update the FAQ. Let me know. Steve Lily Lee wrote

Re: [JAVA3D] Unsubscribing do not work

1999-12-22 Thread Brett Porter
Try this URL: http://archives.java.sun.com/cgi-bin/wa?SUBED1=JAVA3D-INTEREST If this doesn't work, the main site has a link to subscribing and the archives which have a whole web interface for messages and subscription management through ListServ. ==

Re: [JAVA3D] Access Named Nodes of a VRML file

1999-12-22 Thread giles
Currently there is no way to do this in the currently released VRML loader. That being said I've put together a way to do it and submitted it to the source folks. I haven't heard back if they like it but I'd expect an answer soon. I can offer ya what I have currently. I had to modify two files

[JAVA3D] Access Named Nodes of a VRML file

1999-12-22 Thread Dean Keeler
HI,   I have used the VRML97 loader to load in a model from VRML file in Java3D.  Now I want to access specific named nodes that are DEFined in the model to manipulate.  How can I do this?  I would like to send in the name of a DEFined node and get back that node.   Thanks for you help,   Dea