Hello, I have at this time created a shape3D with indexedTriangleStripArray geometry and I want to find coordinates of intersections with different lines and this shape3D (finding intersections with some points of the lines is enough)
I looked at the pick class in the api and unfortunaly I don't really see how using it... So I found the j3d.org.geom.IntersectionUtils.java class and tried some interesting methods to solve my problem. All is working fine with TriangleStripArray (used a basic shape for the test) but indexedTriangleStripArray geometry intersections is not supported by the class ! My question is : is it easy to add indexedTriangleStripArray geometry in the j3d.org.geom.IntersectionUtils.java class (I'm afraid not...) or should I better use indexedQuadArray or TriangleStripArray to do the job ? Perhaps someone have a better idea ? Thanks for help ! =========================================================================== 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".