Hi !
yet another newbie question... :
I want to add (or remove) a behavior in my scene graph AT ANY TIME
I mean : NOT JUST before the scene graph become alive or compiled.
The incriminated method is Group.addChild() which raises a
RestrictedAccessException
but i had the same problem with the Node.getParent() method (due to the
same reasons).
Praticaly, i have a class wich contain a canvas and some
buttons(move,rotate...)
wich affect the "camera" behavior and i want to set the correct behavior
at each AWTEvent
it look's simple, not? ;)
thanks in advance for your tips !
Laurent.
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/