Re: [JAVA3D] Projects in J3D, was: ANNOUNCEMENT: Java 3D source c ode now available!

2004-06-28 Thread Franck Calzada
Hi Michael, I was wondering if you could put a link to my java3d game (100% pool game) in your 'Java 3D Projects' section of your web site. CazaPool3D is a 100% java3d 8 ball pool game with both single and multiple player abilities. It tracks ball trajectories, undo your last shot, use multiple vi

[JAVA3D] The Option - sortShape3DBounds

2004-06-28 Thread Nikolai V. Chr.
Could someone explain in layman terms what this option does: -Dj3d.sortShape3DBounds Thanks Nikolai -- Nikolai V. Christensen, Computer Engineer, Simulation and Training department IFAD, Forskerparken 10A, DK-5230 Odense M Denmark, EU Phone: +45

[JAVA3D] Skin question

2004-06-28 Thread Serge Bernier
Hi all, Im currently writting a loader to load the 3ds animation from vrml exported files. So far I load and animated the bone structure in java3d. Now I have to link the mesh to the bones and I dont know how 3ds make the link between the mesh and the bones. Does anybody know how to get that infor

Re: [JAVA3D] Skin question

2004-06-28 Thread Nikolai V. Chr.
Serge Bernier wrote: Hi all, I dont know how 3ds make the link between the mesh and the bones. When I tried exporting animation from 3ds to vrml, it did not export this link. It exported keyframes. And btw. vrml does not support skinning/morphing. Regards Nikolai --

Re: [JAVA3D] Skin question

2004-06-28 Thread Serge Bernier
Hi, > Nikolai V. Chr wrote:à > > When I tried exporting animation from 3ds to vrml, it did not export > this link. It exported keyframes. > > And btw. vrml does not support skinning/morphing. Exactly, a 3ds animation to vrml create a bunch of files accordingly to the keyframe of the animation. I

Re: [JAVA3D] Skin question

2004-06-28 Thread Nikolai V. Chr.
Serge Bernier wrote: Is there any other option when you export the animation to vrml file (like export bones and mesh)?? Yes, I managed to get it to export mesh animated in a single VRML file. But I did not export any bones. -- Nikolai V. Christensen, Com

Re: [JAVA3D] Skin question

2004-06-28 Thread Serge Bernier
Hi do you have a sample of the exported file?? Would it be possible to have it. Thanks Serge Bernier Selon "Nikolai V. Chr." <[EMAIL PROTECTED]>: > Serge Bernier wrote: > > >Is there any other option when you export the animation to > >vrml file (like export bones and mesh)?? > > > > Yes, I m

[JAVA3D] Problem trying to rescale a vrml object

2004-06-28 Thread Claudio Mazzuco
First of all sorry if i'm asking a newbie question, but i'm a java3d beginner. I need to load a vrml file (eg: a cube), then to translate and rescale it. I need to do a non-unform rescaling, so i've tried this: import java.applet.Applet; import java.net.URL; import java.net.MalformedURLException; i

Re: [JAVA3D] The Option - sortShape3DBounds

2004-06-28 Thread Chien Yang
Nikolai, This property is added, in the last minute, to workaround a Java 3D transparency sorting issue for an important project to work at JavaOne. This property will instruct Java 3D to do transparency sorting based on S3D's bounds instead of geometry's bounds. This option will have semantic

Re: [JAVA3D] Skin question

2004-06-28 Thread Nikolai V. Chr.
Serge Bernier wrote: Hi do you have a sample of the exported file?? Would it be possible to have it. I do, but the model do not belong to me, it was a sample from another company and I am not allowed to distribute it. But it was not so hard getting the exporter to do it, you just have to play arou

Re: [JAVA3D] The Option - sortShape3DBounds

2004-06-28 Thread Nikolai V. Chr.
Chien Yang wrote: We don't encourage user to use this property and we intend to revisit this issue after JavaOne. Thanks for the info. -- Nikolai V. Christensen, Computer Engineer, Simulation and Training department IFAD, Forskerparken 10A, DK-5230 Odense

Re: [JAVA3D] Skin question

2004-06-28 Thread Mark McKay
Serge Bernier wrote: Hi, Nikolai V. Chr wrote:à When I tried exporting animation from 3ds to vrml, it did not export this link. It exported keyframes. And btw. vrml does not support skinning/morphing. Exactly, a 3ds animation to vrml create a bunch of files accordingly to the keyframe of the anim

Re: [JAVA3D] FlyingGuns on Java3D 1.3.2

2004-06-28 Thread Alessandro Borges
Thanks, Justin Anyway the java3D sound demos are working, but without 3D effects. I also note around 20 FPS gain in all application I've tested. Good!! Alessandro --- Justin Couch <[EMAIL PROTECTED]> escreveu: > Alessandro Borges wrote: > > > This time with Java3D 1.3.2 - at least the console says

Re: [JAVA3D] FlyingGuns on Java3D 1.3.2

2004-06-28 Thread Joerg 'Herkules' Plewe
I had to replace HeadspaceMixer against JavaSoundMixer. Works, except for Sound#setRateScaleFactor(). Seems to have no effect any more. I used it to tune the engine sound to give a throttle feedback. - J - Original Message - From: "Alessandro Borges" <[EMAIL PROTECTED]> To: <[EMAIL P

[JAVA3D] Java 3D FAQ Weekly Posting (28 Jun 2004)

2004-06-28 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday June 28 2004 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If there

Re: [JAVA3D] ANNOUNCEMENT: Java 3D source c ode now available!

2004-06-28 Thread Alessandro Borges
JDJ - Java Developer Journal comments about Java3D and Looking Glass Open Sourcing. http://sys-con.com/story/?storyid=45421 http://www.sys-con.com/java/ Alessandro __ Yahoo! Mail - agora com 100MB de espaço, anti-spam e antiví

Re: [JAVA3D] FlyingGuns on Java3D 1.3.2

2004-06-28 Thread John Major
I just tested it on my two home computers with the following specifications : Fedora Core 2 Kernel 2.6.7 Intel Pentium 4 1.7 GHZ / 512 MB SD RAM GeForce 4 MMX 440 JRE 1.5.0 Beta 2 and Windows XP Intel Pentium 4 3.0 GHZ / 1 GB DDR RAM Ati Radeon 9700 Pro 256 MB JRE 1.5.0 Beta 2 It seems to run g