We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9294ad7 commit aabdb9fCopy full SHA for aabdb9f
examples/VTKMPRRotateExample.js
@@ -71,7 +71,6 @@ class VTKMPRRotateExample extends Component {
71
const volumeMapper = vtkVolumeMapper.newInstance();
72
73
volumeActor.setMapper(volumeMapper);
74
-
75
reader.setUrl('/headsq.vti', { loadData: true }).then(() => {
76
const data = reader.getOutputData();
77
volumeMapper.setInputData(data);
0 commit comments