Skip to content

Commit

Permalink
Merge pull request Kitware#1982 from finetjul/fix-windowedSincPolyDat…
Browse files Browse the repository at this point in the history
…aFilter-example

docs(windowedsincpolydatafilter): fix windowedsincpolydatafilter example
  • Loading branch information
jourdain authored Jun 29, 2021
2 parents 8db884a + 5ffb987 commit 942ce30
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ import vtkWindowedSincPolyDataFilter from 'vtk.js/Sources/Filters/General/Window

import controlPanel from './controller.html';

// Force DataAccessHelper to have access to various data source
import 'vtk.js/Sources/IO/Core/DataAccessHelper/HttpDataAccessHelper';

// ----------------------------------------------------------------------------
// Standard rendering code setup
// ----------------------------------------------------------------------------
Expand Down

0 comments on commit 942ce30

Please sign in to comment.