Ignore:
Timestamp:
Jul 17, 2015, 11:32:17 AM (9 years ago)
Author:
ldelgass
Message:

Fix colormapping by cell data field: pass through cell data when computing
point data from cell data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/branches/1.8/Contour2D.cpp

    r5072 r5750  
    138138                cellToPtData->SetInput(ds);
    139139#endif
    140                 //cellToPtData->PassCellDataOn();
     140                cellToPtData->PassCellDataOn();
    141141                cellToPtData->Update();
    142142                ds = cellToPtData->GetOutput();
Note: See TracChangeset for help on using the changeset viewer.