Opened 2 years ago
Closed 2 years ago
#9720 closed defect (fixed)
Segmentations: slice view drawings should be unrelated to 3D view drawings
Reported by: | Zach Pearson | Owned by: | Zach Pearson |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DICOM | Version: | |
Keywords: | Cc: | Elaine Meng | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description (last modified by )
Currently the slice views are not independently textured rectangles, they are derived from switching the 3D view from orthoplanes back to surface rapidly, then using the orthoplane object.
This has several drawbacks:
- The math for manipulating the slices is needlessly complex
- The timing of flashing the slices has to be carefully managed
- Errors in the slice views cause the orthoplanes to be superimposed on the 3D isosurface
- Changing the image style of the 3D view can potentially make the slice views go blank
Among many other drawbacks.
The 2D views should be their own textured rectangles.
Change History (4)
comment:1 by , 2 years ago
Summary: | Segmentations: lice view drawings should be unrelated to 3D view drawings → Segmentations: slice view drawings should be unrelated to 3D view drawings |
---|
comment:2 by , 2 years ago
Cc: | added |
---|
comment:3 by , 2 years ago
Description: | modified (diff) |
---|
comment:4 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Made the slice viewers use different drawings than the main view that can be independently windowed/leveled.