Hi
At the beginning of my test programm I've got these lines:
GraphicsConfiguration config =
SimpleUniverse.getPreferredConfiguration();
Canvas3D myCanvas = new Canvas3D(config)
normalScene = new SimpleUniverse(myCanvas);
normalScene.getViewer().getView().getViewPlatform().
setCapability(Node.ALLOW_LOCAL_TO_VWORLD_READ);
I can't do it. I always get a javax.media.j3d.RestrictedAccessException
: Cannot modify capability bits on a live or compiled object!
Already at this stage???
Is the only way to overcome this to make my own universe?
EOF,
J.D.
--
Jmark2k+1 (http://www.antiflash.net/jmark)
Test the performance of your PC online!
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".