[vtkusers] Clipped surface has incorrect color interpolation

Gerrick Bivins gbivins at objectreservoir.com
Thu Jul 24 16:10:40 EDT 2008


I figured this out myself. It turns out that using vtkClipPolyData was my
problem. I changed my pipelines around to clip the input dataset using
vtkClipDataSet rather than clipping the resulting polydata with
vtkClipPolyData.
I can post more info if anyone is interested.
Gerrick

On 7/23/08 1:52 PM, "Gerrick Bivins" <gbivins at objectreservoir.com> wrote:

> 
> Hello,
> I've implemented a "clip and cap" pipeline in my app but am running into an
> issue with the scalar coloring on the clipped surface:
> http://www.nabble.com/file/p18617783/simple-clipped-capped-surface.jpg
> 
> Here  is the unclipped surface:
> http://www.nabble.com/file/p18617783/simple-unclipped-surface.jpg.jpg
> 
> I know this is something with my setup because I've exported the file and
> loaded it in paraview and the results were as expected, scalar coloring was
> continuous around the surface even when clipped.
> 
> Does anyone have an idea what may be causing this?
> Gerrick




More information about the vtkusers mailing list