VTKEdge:FAQ: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 8: | Line 8: | ||
* The volume mapper works with nVidia cards from GeForce 6 series (or Quadro equivalent) and above | * The volume mapper works with nVidia cards from GeForce 6 series (or Quadro equivalent) and above | ||
* The LIC algorithms work with nVidia cards from GeForce 8 series (or Quadro equivalent) and above | * The LIC algorithms work with nVidia cards from GeForce 8 series (or Quadro equivalent) and above | ||
= Issues = | |||
== vtkKWEGPUVolumeRayCastMapper == | |||
=== fatal error C9999: Bad scope in ConvertLocalReferences() === | |||
This is an nVidia bug. It has been fixed by nVidia. Just update your driver. | |||
* Example of driver version having this bug: nVidia Quadro FX 3600M, Driver, Windows Vista 64-bit, Multi Language, Precision M6300, v.167.55, A00. Release Date: 2/26/2008 | |||
* Example of driver version with the fix: nVidia Quadro FX 3600M, Driver, Windows Vista 64-bit, Multi Language, Precision M6300, v.175.75 ISV, A01. Release Date: 6/10/2008 |
Revision as of 15:42, 6 November 2008
Requirement
Compile time
- VTKEdge svn compiles against VTK CVS.
- In order to use the vtkKWEGPUInfo class under Windows, you need to install the DirectX SDK: http://www.microsoft.com/downloads/details.aspx?FamilyID=ea4894b5-e98d-44f6-842d-e32147237638&DisplayLang=en
- Some classes use CUDA to perform parallel computation: http://www.nvidia.com/object/cuda_get.html
Run time
- The volume mapper works with nVidia cards from GeForce 6 series (or Quadro equivalent) and above
- The LIC algorithms work with nVidia cards from GeForce 8 series (or Quadro equivalent) and above
Issues
vtkKWEGPUVolumeRayCastMapper
fatal error C9999: Bad scope in ConvertLocalReferences()
This is an nVidia bug. It has been fixed by nVidia. Just update your driver.
- Example of driver version having this bug: nVidia Quadro FX 3600M, Driver, Windows Vista 64-bit, Multi Language, Precision M6300, v.167.55, A00. Release Date: 2/26/2008
- Example of driver version with the fix: nVidia Quadro FX 3600M, Driver, Windows Vista 64-bit, Multi Language, Precision M6300, v.175.75 ISV, A01. Release Date: 6/10/2008