Re: [JAVA3D] REMINDER: java3d-interest list is being moved

2005-07-11 Thread Christophe LOREK
actually, the two lists are just the same, with posters having the bad habit to post their questions on both mailing lists, the difference lying in the quality of answers (I'll just say in that matter, they did the right choice) >I was wondering if anybody else felt the same way! I'm not actively

Re: [JAVA3D] REMINDER: java3d-interest list is being moved

2005-07-11 Thread Mark Hood
> From: John Wright [mailto:[EMAIL PROTECTED] > Sent: Monday, July 11, 2005 10:42 PM > To: JAVA3D-INTEREST@JAVA.SUN.COM > Subject: Re: [JAVA3D] REMINDER: java3d-interest list is being moved > > Actually I regret they are merging the lists. I was enjoying the light > traffic and activity. I really

Re: [JAVA3D] REMINDER: java3d-interest list is being moved

2005-07-11 Thread Mona Wong-Barnum
Hi John: > Actually I regret they are merging the lists. I was enjoying the light > traffic and activity. I really don't have time to read (and delete) > more posts. I might actually have to unsubscribe now. I wanted to thank you publicly for all your postings on the Java 3D list. I t

Re: [JAVA3D] REMINDER: java3d-interest list is being moved

2005-07-11 Thread John Wright
Actually I regret they are merging the lists. I was enjoying the light traffic and activity. I really don't have time to read (and delete) more posts. I might actually have to unsubscribe now. - John Wright Starfire Research Mona Wong-Barnum wrote: This is a reminder that this old Java 3D in

Re: [JAVA3D] Coordinates help

2005-07-11 Thread René Schulz
have a look onto getLocalToVworld(Transform3D); René (another beginner) Eli Dylan Lorimer wrote: > Hi J3D Studs, I have a simple wireframe cube displayed (extends > Shape3D). > > Using the following, I can programmatically get at the coordinates: > Point3d[] coordinates = new P

Re: [JAVA3D] REMINDER: java3d-interest list is being moved

2005-07-11 Thread ZACZEK, MARIUSZ P. (MARIO) (JSC-DM) (NASA)
I hate moving...I have so much damn baggage (hehe) On the plus side, we'll get more SPAM since we get to be on two email lists. Yes, I see the irony that my email right now is itself SPAM ;) ...see, it has started already. -Original Message- From: Discussion list for Java 3D API [mailto

Re: [JAVA3D] REMINDER: java3d-interest list is being moved

2005-07-11 Thread Mona Wong-Barnum
> This is a reminder that this old Java 3D interest list will be suspended > as of this Friday, July 15. End of an era...it was nice being on this list and see you all on the new one (: cheers, Mona == Mona Wong-Barnum N

[JAVA3D] REMINDER: java3d-interest list is being moved

2005-07-11 Thread Chien Yang
This is a reminder that this old Java 3D interest list will be suspended as of this Friday, July 15. We will then automatically move all subscribers from the old list to the new [EMAIL PROTECTED] mailing list. See below for details. Java 3D Team. Kevin Rushforth wrote: It's been one year sinc

[JAVA3D] Coordinates help

2005-07-11 Thread Eli Dylan Lorimer
Hi J3D Studs,I have a simple wireframe cube displayed (extends Shape3D).Using the following, I can programmatically get at the coordinates:Point3d[] coordinates = new Point3d[24];for(int n = 0; n < 24; n++){ coordinates[n] = new Point3d();}IndexedQuadArray geom = (IndexedQuadArray).