[vtkusers] Multiple Surfaces at same height
Gerrick Bivins
gbivins at objectreservoir.com
Wed Oct 1 15:37:20 EDT 2008
I'm using it like this in Java:
> partMapper = new vtkPolyDataMapper();
> partMapper.SetInput(normals.GetOutput());
partMapper.SetResolveCoincidentTopologyToPolygonOffset();
>
> partMapperwl = new vtkPolyDataMapper();
> partMapperwl.SetInput(normals.GetOutput());
> partMapperwl.SetLookupTable(lut);
partMapperwl.SetResolveCoincidentTopologyToPolygonOffset();
Gerrick
More information about the vtkusers
mailing list