[snip] > 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.
You need geometry/vertex based picking. Java3d does this. Look at the picking demos that come with the Java3d sdk. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ W<A> ~~~~~ (o) Wangjammer5 (Marc Palmer) ( ) Wangjammer7 www.wangjammers.org = Java Consultants (Web|Smartcards|Crypto) ==========================================================================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".
