[vtk-developers] [VTK 0012713]: vtkOpenGLGPUVolumeRayCastMapper PreRender end Error on readding volumes

Mantis Bug Tracker mantis at public.kitware.com
Wed Nov 9 04:59:36 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://www.vtk.org/Bug/view.php?id=12713 
====================================================================== 
Reported By:                clemensm
Assigned To:                
====================================================================== 
Project:                    VTK
Issue ID:                   12713
Category:                   (No Category)
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     backlog
Project:                    TBD 
Type:                       incorrect functionality 
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2011-11-09 04:59 EST
Last Modified:              2011-11-09 04:59 EST
====================================================================== 
Summary:                    vtkOpenGLGPUVolumeRayCastMapper PreRender end Error
on readding volumes
Description: 
First off, I am using the Java Wrappers of vtk, if this might be of any use.

Problem:
I have a Program where the user can switch between the volumes to be rendered.
For this I call
renderer.RemoveAllVolumes();
...
volume = getVolume(); // this will actually get the same volume, they are
cached, if the user decides to display the same volume again
...
renderer.AddVolume(volume);

If using the vtkOpenGLGPUVolumeRayCastMapper, the user first adds a new volume,
than goes back to the original volume, I get the following error:

PreRender end (x502) Invalid Operation

which I have tracked down to originate from the vtkOpenGLGPUVolumeRayCastMapper.

This does not crash the System, it still works fine.

So far I could only recreate this on a Linux System, maybe later I can try it on
a Win System.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-11-09 04:59 clemensm       New Issue                                    
======================================================================




More information about the vtk-developers mailing list