Re: [JAVA3D] Lawrence Love/MSCsoftware is out of the office.

2004-09-23 Thread T Nygren
Hope you had a good break! T Quoting "Lawrence L. Love" <[EMAIL PROTECTED]>: > I will be out of the office starting 09/21/2004 and will not return until > 10/20/2004. > > I will respond to your message when I return. > > ==

Re: [JAVA3D] ImageLoading

2004-09-23 Thread Rolf Gabler-Mieck
Hi all, sorry that I loose to set the reply into the group...so some answers has reached me and I got some solution to solve...the primary failure was that I lost to set the index in the imageurls-array so blindness was the simple answer, but I got also nice hints about the general how do, s

[JAVA3D] TextureLoader / NPE checkScrImage issue

2004-09-23 Thread Franck Calzada
Title: TextureLoader / NPE checkScrImage issue My application works fine on a standalone mode. But when I'm using JWS (http://cazapool3d.sourceforge.net/cazapooljws/CazaPool3D.jnlp ),  either: Latest fcs/patch version of Java  3D (currently 1.3.1_01) Or Latest fcs/patch version of Java  3

Re: [JAVA3D] TextureLoader / NPE checkScrImage issue

2004-09-23 Thread Mona Wong-Barnum
Hi Franck: I think this may be a permission issue. Are you trying to read a file from the user's local filesystem? Did you sign the jar file you are serving from JWS? cheers, Mona > Date: Thu, 23 Sep 2004 08:17:42 -0400 > From: Franck Calzada <[EMAIL PROTECTED]> > Subject: [JAVA3D] Tex

[JAVA3D] Java3D enhanced debugger?

2004-09-23 Thread Kyle McDonald
Hi all. Once upon a time, I saw some glossy's about a CASE tool from SGI that included a debugger that used OpenGl to give the code developer some interesting 3D capabilities to view and watch his programs data and datastructures. unfortunately I never actually got to see the program in action so I

[JAVA3D] altering added objects

2004-09-23 Thread darren ireland
i have a basic scenegraph containing a box. i have added a mousePressed() functionthat adds extra objects to the scenegraph on each mouse click. i was wondering how i could reference previously added objects so that i can changer their attributes, in particular their colours.   for example if i cli