Hi all !!
I'm implementing an applet that has to be able to get a 'Selection area' like in most
of draw programs.
To simulate this, I think on drawing a rectangle with a dash line according to the
mouse movement. This mean that a Shape3D with a QuadArray has to be drawn with every
mouse movement, adding the created Shape3D with a parent BranchGroup (because the
scene is live), and removing the last Shape3D created.
Am i right about this or is there another easier way to do it ?
The second thing I want to do is, when the area is selected, make a Zoom of thispart
of the scene graph. I think it has to be done moving the ViewPlatform.
Has anybody been worhing whit this ?
Any comments will be appreciated.
Thanks in advanced !!
Dani
===========================================================================
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".