[vtkusers] Re::Delaunay3d help
cdelattre at edap-tms.com
cdelattre at edap-tms.com
Tue Aug 30 10:01:28 EDT 2005
Use a vtkDataSetMapper instead of a vtkPolyDataMapper
#include <vtkDataSetMapper.h>
...
...
vtkDataSetMapper *hemisphereMapper = vtkDataSetMapper::New();
hemisphereMapper->SetInput( mesh->GetOutput());
...
...
Clem.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050830/a7af6104/attachment.htm>
More information about the vtkusers
mailing list