: [EMAIL PROTECTED]
Betreff: [JAVA3D] RestrictedAccessException ? in removeAllChildren()!
Dear friends,
I tried to remove all children by pressing a button,
so this is the
codes changed from
demo/AWT_interaction/AWTInteractionBehavior.java :
[/CODES]
private BranchGroupBG;
...
public void
Dear friends,
I tried to remove all children by pressing a button,
so this is the
codes changed from
demo/AWT_interaction/AWTInteractionBehavior.java :
[/CODES]
private BranchGroupBG;
...
public void processStimulus(Enumeration criteria)
{
angle += Math.toRadians(10.0);
Marcel Almeida
To: [EMAIL PROTECTED]
Sent: Thursday, June 06, 2002 1:33
PM
Subject: [JAVA3D]
RestrictedAccessException
Why the instruction at Test.createCanvasPanel(Test.java:52),
generate a
RestrictedAccessException (javax.media.j3d.RestrictedAccessException:
Gro
Marcel
> Why the instruction at Test.createCanvasPanel(Test.java:52),
> generate a =
> RestrictedAccessException
> (javax.media.j3d.RestrictedAccessException: Group: only a
> BranchGroup =
> node may be added ),
> if the variable component is a BranchGroup ?
> component.addChild(new Sphere
Why the instruction at Test.createCanvasPanel(Test.java:52), generate
a RestrictedAccessException (javax.media.j3d.RestrictedAccessException:
Group: only a BranchGroup node may be added ), if the variable
component is a BranchGroup ? Why the first addChild(Sphere) don't generate this
except
As the xception states: Only BranchGroups can be added or removed. A TransformGroup is
not a
BranchGroup only inherited from Group (easy to overlook). What you have to do is add
the
TransformGroup you want to add/remove to a BranchGroup. This BranchGroup can then be
removed and
added.
Claus Go
Hi,
we have currently a problem removing TransformGroup from other
TransformGroups; at certain code elements with a certain TransformGroup we
get the error message stated in the subject. We also can't add a another
TransformGroup. Please help us! The code in question is attached below.
< ---
pabilities: What is this
> thing?");
> }
> }
> }
>
> Ole Vilmann
> Danish Maritime Institute
>
> -Original Message-
> From: Tina Manoharan Valappil [mailto:[EMAIL PROTECTED]]
> Sent: 23. november 2000 21:14
> To: [EMAIL PROTEC
EMAIL PROTECTED]]
Sent: Friday, November 24, 2000 4:14 AM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] RestrictedAccessException - VRMLloader
Dear all,
this is a part of my scene graph
TG
|
BG (ALLOW_CHILDREN_WRITE & ALLOW_CHILDREN_EXTEND)
To this I
Sent: 23. november 2000 21:14
To: [EMAIL PROTECTED]
Subject: [JAVA3D] RestrictedAccessException - VRMLloader
Dear all,
this is a part of my scene graph
TG
|
BG (ALLOW_CHILDREN_WRITE & ALLOW_CHILDREN_EXTEND)
To this I am adding a scenegraph
Dear all,
this is a part of my scene graph
TG
|
BG (ALLOW_CHILDREN_WRITE & ALLOW_CHILDREN_EXTEND)
To this I am adding a scenegraph dynamically with VRMLloader.
The new additions to it are
BG (from VRMLloader)
|
11 matches
Mail list logo