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
|
- Re: [JAVA3D] Viewing Platform animation Anthony Arobone
- Re: [JAVA3D] Viewing Platform animation Andy Gombos