Skip to content

Commit

Permalink
test(ImageResliceMapper): Use non trivial spacing and origin
Browse files Browse the repository at this point in the history
  • Loading branch information
bruyeret committed Jul 10, 2024
1 parent fd71fb5 commit 450e84a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ test.onlyIfWebGL('Test ImageResliceMapper', (t) => {

const imageData = gc.registerResource(vtkImageData.newInstance());

imageData.setOrigin(0, 0, 0);
imageData.setSpacing(1, 1, 1);
imageData.setOrigin(1, 2, 3);
imageData.setSpacing(4, 5, 6);
imageData.setExtent(
0,
imageDimension - 1,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 450e84a

Please sign in to comment.