-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: average blend mode and trackball rotate reset camera (#1700)
* fix average blend mode * feat: add decodeImageFrame function and improve VoxelManager image handling - Introduced a new public function `decodeImageFrame` in the DICOM image loader API for decoding image frames asynchronously. - Updated the `VoxelManager` class to skip processing for unloaded images and return a default range if no images are loaded. - Integrated the new `decodeImageFrame` function into the cornerstone DICOM image loader module. * fix: enhance TrackballRotateTool camera reset functionality - Added retrieval and restoration of the view presentation in the TrackballRotateTool. - Ensured that the viewport's camera reset maintains the current view presentation after rendering.
- Loading branch information
Showing
6 changed files
with
33 additions
and
1 deletion.
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
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