Hello,
I have a problem with the recognition of the TransformGroup.
What I do:
import of a vrml-file into java via the vrml-java3d loader.
scene.getNamedObjects() - looks like
javax.media.j3d.TransformGroup@5b53d2ec
sceneGroup.getChild(i).setUserData("TEST")
Then I do a pickRay on the Canvas and get back a
sceneGraphPath = pickObject.pickClosest(x, y);
Then I iterate through every node:
Node testNode = sceneGraphPath.getNode(j);
So, the TransformGroups are always the same, even if I click on
different objects in the scene.
And I never ever get back my TransformGroup@5b53d2ec nor the attached
UserData !!
What am I doing wrong ??
Thanx for your help
--
Juergen.
===========================================================================
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".