I need to get from a particular TransformGroup to one higher up the scenegraph where data is stored. Now I know that in a live graph you can't get the parent of a node, but is there any simple way to work down from the locale?
I have implemented a recursive tree search which works, but it means every Group node needs the ALLOW_CHILDREN_READ capability set, and it can be slow in a complex scene graph. Tony ------------------------------------------------------ If reality is just a dream What does that make Virtual Reality? ------------------------------------------------------ =========================================================================== 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".
