Hi, Have anyone tried to implement collision detection behavior on a point by point basis. For example, a set of coordinates are stored in a text file and use to translation and rotate an object in space. And collision detection is applied to detection whether collision occur at each coordinates. >From what I have tried so far, I found that there was a discrepancy between the rate Java handling with the file I/O and the collision detection. In some cases, collision detection was applied more than once to a coordinate and some coordinates were passed without any collision detection. How can I synchronise so that every coordinate will have collision detection implemented only once. Thanks, Sunny Leung =========================================================================== 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".
