Hi all !

I've a simple application which displays a simple QuadArray. I have used three
behaviors (MouseRotate, MouseZoom and MouseTranslate) to modify the view of
this QuadArray.

Now, i'm trying to pick some vertices of this QuadArray with the mouse, to be
able to change their position. But I'm unable to receive the mouse events
generated. I've written a MouseListener class, added it  to my main object,
but the mouseClicked method is never called. What's wrong ? Or, perheaps
better asked, what would be the best method to modify the shape of a
QuadArray with the mouse ?

Thank you for your help

claude

===========================================================================
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".

Reply via email to