[JAVA3D] Viewing Platform animation

2002-12-21 Thread Anthony Arobone
Hi all, Is it possible to animate the viewing platform TransformGroup with a behavior using the SimpleUniverse? I am getting the following exception when setting the capibilities:   javax.media.j3d.RestrictedAccessException: Cannot modify capability bits on a live or compiled object   But I d

Re: [JAVA3D] Viewing Platform animation

2002-12-21 Thread Andy Gombos
Use SimpleUniverse.getViewingPlatform().getViewingPlatformTransform(), or something like that.  Then you can modify the transform, and move the camera around. - Original Message - From: Anthony Arobone To: [EMAIL PROTECTED] Sent: Saturday, December 21, 2002 6:09