Hi Everybody!
I have created my own PickObjectBehavior class, which is extended from
PickMouseBehavior.
In method updateScene I am using
PickObject pickObject = new PickObject(canvas,pickscene);
sceneGraphPath = pickObject.pickClosest(xpos,ypos);
I'm using this class to pick Shape3d-polygons created with GeometryInfo
,w hich is working fine, but now I want to pick a Shape3D Object
with PointArray geometry. But unforunately I never get an Object picked.
What can I do?
Thanks for any help
Desiree
===========================================================================
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".