Hi There, I am kindda new to this java 3D area. I am trying to use java 3D for my anatomical objects, like bones from human body. When I load those human bone structures as java 3D objects, they overlap each other in user view. If I click on one of those bones, it will not correctly pick the one I put the mouse pointer on, since they overlap each other and they have rectangle shape pick area for each bone. I know the most top one or the closest one to user will be picked, but the mouse pointer is picking the bone even I point the pointer near to the bone but not on the bone. My question is, is there any way I can map the real bone shape area to pick by the mouse? I want the simple scenario like when I click on one of the rib one, and then I want to print out the name of the bone on screen. But, the important thing is, I want to print out the name of the bone only if mouse pointer is exactly on the bone. Not near or around inside rectangle shape area. Any suggestions, idea and comments will be greatly appreciated.
Maung Zaw Min. =========================================================================== 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".
