[vtkusers] Multiple Surfaces at same height

PsyVis osue80 at bangor.ac.uk
Wed Oct 1 18:57:12 EDT 2008



I tried using both(Polygon offset and zshift) but neither seemed to work,
just keeps giving me the same output as in the picture. - may have to
attempt ugly hack but would rather not.

cheers

Rich



Gerrick Bivins wrote:
> 
> 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
> 
> 
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
> 
> 

-- 
View this message in context: http://www.nabble.com/Multiple-Surfaces-at-same-height-tp19742989p19770741.html
Sent from the VTK - Users mailing list archive at Nabble.com.




More information about the vtkusers mailing list