Changeset 5815 for vtkvis


Ignore:
Timestamp:
Aug 20, 2015, 1:02:09 PM (9 years ago)
Author:
ldelgass
Message:

Fix contour filter connection

File:
1 edited

Legend:

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

    r5814 r5815  
    392392            } else {
    393393                _mapper->SetInputConnection(dsOutput);
    394                 _contourFilter->SetInputData(dsOutput);
     394                _contourFilter->SetInputConnection(dsOutput);
    395395            }
    396396        } else {
Note: See TracChangeset for help on using the changeset viewer.