[vtkusers] vtkOpenGLGPUVolumeRayCastMapper / Error
    Jean-Hugues Royer 
    jhroyer at joher.com
       
    Tue Sep 18 17:55:10 EDT 2012
    
    
  
Hi,
Sometimes rendering a volume results in an stdout error from 
vtkOpenGLGPUVolumeRayCastMapper which is "Loading the streamed block 
FAILED!!!!!".
It is initiated by this code:
// Load the block
if(!this->LoadScalarField(this->GetInput(),this->MaskInput, 
blockTextureExtent,
                           volume))
{
cout<<"Loading the streamed block FAILED!!!!!"<<endl;
}
Do you happen to know what it means ?
Regards.
    
    
More information about the vtkusers
mailing list