Sharon Lin wrote: > > What is the best way to track after object movement ? > I want to implement it using the event listener model when each > component that want > to get update of the object movement will register himself.
Hi, you could try extending TransformGroup and adding notification of listeners in the setTransform method. Bye =========================================================================== 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".
