Hi All,
I need to draw certain entities like line, circle etc (depending on the user's option) onto the Canvas3D after the applet has rendered some scene graph  onto the Canvas3D. Basically i would like to use the mouse clicks for getting the points and then drawing the entities. For eg. for a line i would like to get the start point and the end point through mouse clicks and then draw the line between these two points onto the Canvas3D.
 
How could i approach this problem?
 
Thanks in advance
 
regards
Vijayan.

Reply via email to