Hi,
I am doing picking on IndexedGeometryArray geometries and I would like to
get the index of the vertex I picked. In the PickIntersection class, the
getClosestVertexIndex method return the index for the intersection primitive
(triangle), not for the GeometryArray.
I need this index to get the vertex information from my data structure. I
can search the vertex in my data structure with its coordinates (which I can
get from a PickIntersection object) but I don't take benefits from the
optimized data structure of Java 3D for picking.

Jerome.

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