Re: [JAVA3D] VRML and animation

2001-12-13 Thread Justin Couch
On Thu, 13 Dec 2001, Andreas Bauer wrote: > To play the animation I must get a Behavior through the Scene Object and > start it, right? Is the behavior already a part of the scene graph? The way we do it is to include allt he behaviours as part of the scene graph. Unfrotunately, because of the w

Re: [JAVA3D] VRML and animation

2001-12-13 Thread Andreas Bauer
Justin Couch wrote: > On Wed, 12 Dec 2001, Andreas Bauer wrote: > > >>I want to play VRML97 animations in java 3D. Should I use the old VRML97 >>loader from sun or Xj3D ? >> > > Depends on what you want to do. If is simple rotate and translate animations, > eitehr will do. if you want more comple

Re: [JAVA3D] VRML and animation

2001-12-12 Thread Justin Couch
On Wed, 12 Dec 2001, Andreas Bauer wrote: > I want to play VRML97 animations in java 3D. Should I use the old VRML97 > loader from sun or Xj3D ? Depends on what you want to do. If is simple rotate and translate animations, eitehr will do. if you want more complex animations such as morphing, onl

[JAVA3D] VRML and animation

2001-12-12 Thread Andreas Bauer
Hello, I want to play VRML97 animations in java 3D. Should I use the old VRML97 loader from sun or Xj3D ? Can somebody send me source code examples for playing back animations, please? -- Andreas Bauer [EMAIL PROTECTED] ==