[JAVA3D] Animations with 3DS

2004-12-07 Thread Flavio Gonzaga
Hi All, I am trying to build some 3D scenes using 3DS max, exporting to .3DS files and importing with the 3DS loader from Josh DeFord and Eric Miller. Using direct kinematics the members appears different and disconnected to the body (I'm afraid there is a problem with the rotation center point),

[JAVA3D] Java3D animations

2003-09-21 Thread zch
Hi, Now I can load a vrml file into java3D, but how can I make the loaded model walk or run? Use the vrml animation Data? If anyone knows the solution please contact with me. Thanks. Z

Re: [JAVA3D] Video Streams in Java3d animations with VRML: Sun VRML Loaders enable it.

2002-12-09 Thread Alan Hudson
P. Flavin wrote: Video clips can be played in a VRML scenes with Java3d using the VRML Loaders from Sun, and it works in a browser without expensive and bothersome certificates if the appropriate libraries are installed ( Java 1.3+ & Java3d ). No it doesn't work Paul. Here is the code for

Re: [JAVA3D] Video Streams in Java3d animations with VRML: Sun VRML Loaders enable it.

2002-12-09 Thread Alan Hudson
P. Flavin wrote: Video clips can be played in a VRML scenes with Java3d using the VRML Loaders from Sun, Why don't you show us this functionality? I remember several hacks in the original loader that got Audio sorta working but never reliably. Video? Yea right, I don't have the code in front

[JAVA3D] Video Streams in Java3d animations with VRML: Sun VRML Loaders enable it.

2002-12-01 Thread P. Flavin
Video clips can be played in a VRML scenes with Java3d using the VRML Loaders from Sun, and it works in a browser without expensive and bothersome certificates if the appropriate libraries are installed ( Java 1.3+ & Java3d ). Video streams and other Streaming media can be played as a stand-a

[JAVA3D] Animations and setCoordinates()

2002-09-05 Thread Chad Zalkin
Hi all,I'm having a problem doing animation of characters and other objects =like so:float[][] coords =3D new float[5][numFrames]coords[ 0 ] =3D getFrame1Coords();coords[ 1 ] =3D getFrame2Coords();...// called from wakeup on elapsedFrames behaviorsetFrame( int frame ) {shape.setCoordinates(

[JAVA3D] Animations

2001-11-25 Thread Andreas Bauer
Hallo, I will write a 3D game with java3D. My problem is how to load and animate models. Which file format is the best to load models and animations int java3D? VRML with H-Anim? How do I play-back the animations with Xj3D? Thanks -- Andreas Bauer [EMAIL PROTECTED]

[JAVA3D] ! Animations in VRML loader !

2000-08-24 Thread Krumm, Holger, myview
Hi, we are currently in the development process of a new product for a webbased product information system. A prototype has been built and is shown at SIEMENS homepage: http://vwp.kwu.siemens.de Now we want to use Java3D instead of CosmoPlayer for expanding the capabilities of the tool. One q

[JAVA3D] Animations. WakeupOn ... source code needed !!!

2000-08-07 Thread Alejandro Sanchez
Hi. I'm doing my final work of my grade career, basically it's on animations. I need some information. I can't find the source code of the class WakeupOnTransformChange or Wakeup. Someone knows where to get it ???. It's important to my work because i think i need to define a condition not provide