Hi all, I tried to implement a Pick & Select an object, remember the PickResult object and apply some motion on that object by dragging and rotating. However, when I apply the motion, that object was being stimulated twice instead of once even tho I only "click" once for rotation after select. If I didn't remember that object using PickResult and always check for the closest pick it works just fine.I figured out the reason causing this problem is because the transform group of object initially being picked has changed and I am still accessing the old transform group of the object through the PickResult. I just wonder is anyone know a better way to remember the object being picked previously (instead of using PickResult). Any pointers is appreciated. Thanks in advance!
Cheers, Siew =========================================================================== 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".