Hi Pasi
Not is posible to remove a transformgroup in a live or compiled scene, j3d
optimizes the scene and some transformgroups could be removed . The solution is
detach the parent branchgroup, remember first set the flag ALLOW_DETACH in the
BranchGroup.
> Hello,
>
> I have a TransformGroup that I'd like to remove. The TransformGroup is a a
> child of a BranchGroup. I only have a pointer to the TransformGroup and I'd
> like to get its parent but I get the error message "Cannot get the parent of
> a live or compiled node". Does this mean that I have to maintain a separate
> mapping between my transform groups and branch groups?
>
> Pasi
>
> ===========================================================================
> 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".
===========================================================================
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".