> From: darren cosker <[EMAIL PROTECTED]>
> I was wondering if any one could help me to return the indexes of faces of
> shapes picked from the shapes geometries?

Use the PickCanvas utility with the PickTool.GEOMETRY_INTERSECT_INFO flag.
You'll get back PickIntersection objects for each pick. Use these to find the
specific faces and verticies that were picked.

Doug Gehringer
Sun Microsystems

===========================================================================
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".

Reply via email to