forked from cornerstonejs/cornerstone3D
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resetCamera and annotations for flipped viewports (cornerstonejs…
…#278) * fix: remove applyTx since flip is not on actor anymore * fix: make annotations appear on flipeed viewports * fix: reset camera for flipped viewports * fix build * fix test * fix: tests * fix build
- Loading branch information
1 parent
1514c71
commit fe828bf
Showing
3 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import CPU_COLORMAPS from './cpuColormaps'; | ||
import RENDERING_DEFAULTS from './rendering'; | ||
import EPSILON from './epsilon'; | ||
import MPR_CAMERA_VALUES from './mprCameraValues'; | ||
|
||
export { CPU_COLORMAPS, RENDERING_DEFAULTS, MPR_CAMERA_VALUES, EPSILON }; | ||
export { CPU_COLORMAPS, RENDERING_DEFAULTS, EPSILON }; |