<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
 
<br>I am trying to pick some actors and drag them across the screen (never
done this before
<br>(except for point picking using the PointPicker)..
<p>There are methods like Pickable and Dragable  in vtkProp. 
I am not sure if I need
<br>to use these. What I had thought  of doing was to identify
the actors that were picked,
<br>and then use the mouse functions (in vtkInteractorStyle) to identify
the current mouse
<br>coordinates (OnMouseMove(), for instance) and use these to translate
the actors. Is this reasonable?
<p>    -- krs
<pre>-- 
K.R.Subramanian                           Phone: (704) 547-4872
Department of Computer Science            FAX:   (704) 547-3516
UNC Charlotte, 228A Kennedy
9201 Univ. City Blvd.                     Email: krs@cs.uncc.edu
Charlotte, NC 28223-0001                  WWW: <A HREF="http://www.cs.uncc.edu/~krs">http://www.cs.uncc.edu/~krs</A></pre>
 </html>