| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0011119 | VTK | (No Category) | public | 2010-08-12 01:41 | 2016-08-12 09:55 | ||||
| Reporter | Wallance Lin | ||||||||
| Assigned To | Kitware Robot | ||||||||
| Priority | normal | Severity | tweak | Reproducibility | have not tried | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0011119: The vtkOpenGLGPUVolumeRayCastMapper can't support ATI graphic card? | ||||||||
| Description | 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?? | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0037193) Kitware Robot (administrator) 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. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2010-08-12 01:41 | Wallance Lin | New Issue | |
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
| 2016-08-12 09:55 | Kitware Robot | Note Added: 0037193 | |
| 2016-08-12 09:55 | Kitware Robot | Status | expired => closed |
| 2016-08-12 09:55 | Kitware Robot | Resolution | open => moved |
| 2016-08-12 09:55 | Kitware Robot | Assigned To | => Kitware Robot |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |