Hi All,
I want to draw on the canvas certain entities like
line, circle etc. For accomplishing this, i wish to capture the mouse
clicks and get the points. For eg. for drawing a line, I want the user to select
a point on the screen, then select another point and then draw the line from the
start point to the end point. How do i implement this feature using
Java3D.
Thanks in advance.
regards
vijayan.
|