Use SimpleUniverse.getViewingPlatform().getViewingPlatformTransform(), or something like that.  Then you can modify the transform, and move the camera around.
----- Original Message -----
Sent: Saturday, December 21, 2002 6:09 PM
Subject: [JAVA3D] Viewing Platform animation

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 did not compile anything.  I'm guessing nodes go live when they are added to the universe and the simple universe constructs itself so it must be live by default.  Is this correct?  So before I go and removed the SimpleUniverse and build my own I would like to know if this is even possible.
 
Thank you,
   Anthony

Reply via email to