View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005519VTK(No Category)public2007-08-16 14:372016-08-12 09:54
ReporterRandallHand 
Assigned ToLisa Avila 
PrioritynormalSeveritytweakReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005519: Blank-Lines in vtkFixedPointVolumeRayCastMapper Renderings
DescriptionWhen rendering Volume-Render images with the FixedPoint mapper and the Image is aligned to the viewing direction, planes parallel to the viewing vector exhibit black lines. however, the lines only obscure the distant part of the volume, as if the rays terminate early.

This is caused by accuracy problems in the "numSteps" computation in ComputeRayInfo. When dir approaches 0, but is not exactly equal to zero, that numSteps number is incorrectly computed significantly shorter (30-50%) than it should be, causing the rays to terminate midway through the volume.

The attached patch recomputes the ray direction after the number of steps has been calculated to ensure the ray will fully traverse the volume.
Additional InformationDiscussed in the VTK-Developers mailing list

http://public.kitware.com/pipermail/vtk-developers/2007-August/004678.html [^]
http://public.kitware.com/pipermail/vtk-developers/2007-August/004680.html [^]
http://public.kitware.com/pipermail/vtk-developers/2007-August/004681.html [^]
TagsNo tags attached.
Project
Type
Attached Filespatch file icon FixedPoint.patch [^] (1,593 bytes) 2007-08-16 14:37 [Show Content]

 Relationships

  Notes
(0036926)
Kitware Robot (administrator)
2016-08-12 09:54

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2007-08-16 14:37 RandallHand New Issue
2007-08-16 14:37 RandallHand File Added: FixedPoint.patch
2007-08-17 08:20 Berk Geveci Status backlog => tabled
2007-08-17 08:20 Berk Geveci Assigned To => Lisa Avila
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036926
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team