MantisBT - VTK
View Issue Details
0011119VTK(No Category)public2010-08-12 01:412016-08-12 09:55
Wallance Lin 
Kitware Robot 
normaltweakhave not tried
closedmoved 
 
 
0011119: The vtkOpenGLGPUVolumeRayCastMapper can't support ATI graphic card?
When i research the vtkOpenGLGPUVolumeRayCastMapper, the method "LoadExtensions(vtkRenderWindow *window)" is set not to support the ATI graphic card.

const char *gl_vendor=reinterpret_cast<const char *>(glGetString(GL_VENDOR));
  if(strstr(gl_vendor,"ATI")!=0)
    {
    this->LoadExtensionsSucceeded=0;
    return;
    }

Why don't the class support it??
No tags attached.
Issue History
2010-08-12 01:41Wallance LinNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037193
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037193)
Kitware Robot   
2016-08-12 09:55   
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.