View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0012679 | VTK | (No Category) | public | 2011-10-25 18:04 | 2011-10-27 01:47 | ||||
Reporter | David Gobbi | ||||||||
Assigned To | David Gobbi | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0012679: Incorrect rendering with vtkImageResliceMapper after vtkImageClip | ||||||||
Description | The vtkImageClip filter gives an output whose extent is larger than its whole extent. This confuses the vtkImageResliceMapper and seems to result in the following behaviour: 1) when rendering is done to a polygon, the polygon shape is incorrect 2) when rendering to the whole viewport (without a polygon) no cropping is done at all | ||||||||
Tags | No tags attached. | ||||||||
Project | TBD | ||||||||
Type | incorrect functionality | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0027615) David Gobbi (developer) 2011-10-27 01:47 |
Fixed in commit acb5b09dc5846116ee277334f684b24edbed184a The bug was because the interpolation code was using the Extent for bounds checks instead of using the WholeExtent, so if the Extent was larger than the WholeExtent, the rendering would extend past the WholeExtent. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2011-10-25 18:04 | David Gobbi | New Issue | |
2011-10-25 18:04 | David Gobbi | Status | backlog => tabled |
2011-10-25 18:04 | David Gobbi | Assigned To | => David Gobbi |
2011-10-27 01:47 | David Gobbi | Note Added: 0027615 | |
2011-10-27 01:47 | David Gobbi | Status | tabled => closed |
2011-10-27 01:47 | David Gobbi | Resolution | open => fixed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |