[vtk-developers] update vtkActor position after translation

M.M Mhiri mhiri_m at hotmail.com
Sun May 6 10:39:49 EDT 2012


Hi all,
i have a problem to update a vtkActor Position after translation.

I'm using a collision Detection Filter, when i move my object with Trackball Actor style
the collision is ok, but when i move my object using (myActor->SetPosition)
the collision is not detected.

I'm adding 
           myActor->Modified();
            myActor->GetProperty()->Modified();
            myActor->Render(myRenderer, myMapper);



Please Help !!

Thanks a lot
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120506/a07334e9/attachment.html>


More information about the vtk-developers mailing list