Skip to content

Commit

Permalink
fix: coronal view should not be flipped (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi authored Dec 1, 2022
1 parent d7704a9 commit a85a867
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/constants/mprCameraValues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const MPR_CAMERA_VALUES = {
viewUp: [0, 0, 1],
},
coronal: {
viewPlaneNormal: [0, 1, 0],
viewPlaneNormal: [0, -1, 0],
viewUp: [0, 0, 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.
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.
Binary file modified packages/tools/test/groundTruth/windowLevel_canvas2.png
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 a85a867

Please sign in to comment.