Re: [JAVA3D] unistalling old versions of J3d

2004-08-20 Thread Chaohui Zhu
build - 1.3.2 build 4 OpenGL - at  https://j3d-core.dev.java.net/ in the  download link.   Alessandro Borges   Chaohui Zhu <[EMAIL PROTECTED]> wrote: Why do you want to remove older versions of J3D, is there any new version J3D available?Chaohui> -

Re: [JAVA3D] unistalling old versions of J3d

2004-08-19 Thread Chaohui Zhu
Why do you want to remove older versions of J3D, is there any new version J3D available? Chaohui > --- [EMAIL PROTECTED] escreveu: > > I never had problems with older versions of J3D. And the uninstall procedure > > really depends on the operating system you use ;-) > > > > > What is the pro

Re: [JAVA3D] About MS3D Loader

2004-06-27 Thread Chaohui Zhu
   java3dgamesdk. there is  an example  that uses the ms3d loader to load an animated dog .    I cant give give url sorry, it took me an hour to find it on my system never mind the internet.    good luck. geoff. - Original Message - From: Chaohui

[JAVA3D] About MS3D Loader

2004-06-24 Thread Chaohui Zhu
Hello, all,   Is there anyone who used MS3D Loader to load animation data before?               Best regards,       Zch

[JAVA3D] Render problem

2004-06-24 Thread Chaohui Zhu
Hello, all,    I met with a problem which confusing me for the whole day. If somebody met before, please help me to solve this problem.    In my program, there exists one BranchGroup, several Shapes are added to this BranchGroup, and the BranchGroup are attached to the Canvas3D. So

[JAVA3D] A strange problem

2004-06-19 Thread Chaohui Zhu
Hi, everyone,   I met with a strange problem today, see following code:     BranchGroup br = new BranchGroup();   MediaContainer mediacontainer = loadSoundFile("background.wav");  BackgroundSound backgroundsound = new BackgroundSound(mediacontainer, 1.0f);    

[JAVA3D] "Invert" in Transform3D

2004-06-17 Thread Chaohui Zhu
Hi, all,   Who can tell me what's the mean of Invert in Transform3D, thanks.                 Randy

Re: [JAVA3D] Release a VRML loader

2003-10-25 Thread ChaoHui Zhu
Can you give me your VRML loader? I'd like to compare yours to Sun's           Zch - Original Message - From: Seungwoo Oh To: [EMAIL PROTECTED] Sent: Saturday, October 25, 2003 4:05 PM Subje

[JAVA3D] Need Java 3D book

2003-10-24 Thread ChaoHui Zhu
Hi, all,   Being short of Java3D book, I feel very hard in writing program. Especially eccountering some area that the book have not touched. So can anybody recommends a or several books which covers all necessary information including introduce View and Sensor information etc.   Tha

[JAVA3D] Convert from 2D coordinate to 3D Coordinate

2003-10-17 Thread ChaoHui Zhu
Hi, all   Does anybody has the programme or arithematic to convert 2D coordinate to 3D Coordinate?   Thanks