Anthony Arobone wrote:
Ya right, I can't find no ALLOW_PARENT_READ either. I'm knew to Java3D
(first post).
getParent is only supported on non-live scenegraphs. So you can detach
a branchgroup and then ask the question... this of course won't work if
its not a branchgroup.
I don't think you
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
Looking at the javadoc, a shape3d inherits from Node, node has a getParent
method, but the javadoc also states that it is only valid during scene graph
construction, after that it will throw the Restricted access exception,
according to the javado
ity. Then will
TransformGroup.getParent() work?
-Anthony
- Original Message -
From: "Ali Murat Tanyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 19, 2002 6:13 AM
Subject: [JAVA3D] help needed urgetly
> hi all,
>
> i want to acces
hi all,
i want to access to the parent of a java3d object (which is a
TransformGroup) during the run time. i checked the list. it has been
advised to use ALLOW_PARENT_READ. But I cannot find the definition of
this under any of the classes.
how can i access to the parent of a shape3d during the ru