[vtkusers] vtkActor Multiple rendering style

nsarrasin nsarrasin at phenix-systems.com
Thu May 19 04:47:20 EDT 2011


I finally found the solution.

For people who asking the same :

//surface rendering
vtkActor->GetProperty()->setRepresentationToSurface();
 //edge rendering
vtkActor->GetProperty()->SetEdgeVisibility(1);
vtkActor->GetProperty()->SetEdgeColor( color );

--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkActor-Multiple-rendering-style-tp4409096p4409126.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list