Hi everyone <div><br></div><div>I am testing a new video card and I am wondering if vtkGPUVolumeRayCastMapper supports it. </div><div><br></div><div>I have the following configuration of the mapper: </div><div><br></div><div>
<div>vtkSmartPointer&lt;vtkGPUVolumeRayCastMapper&gt; dcmMapper = vtkSmartPointer&lt;vtkGPUVolumeRayCastMapper&gt;::New(); </div><div>dcmMapper-&gt;SetMaxMemoryInBytes(536870912); </div><div>dcmMapper-&gt;SetMaxMemoryFraction(0.75);<span class="Apple-tab-span" style="white-space:pre">                                </span>// trigger GPU </div>
<div>dcmMapper-&gt;SetAutoAdjustSampleDistances(1); // KEY to GPU - Composite</div><div>dcmMapper-&gt;SetBlendModeToComposite();</div><div>dcmMapper-&gt;SetInputConnection(dcmVoi-&gt;GetOutputPort());</div></div><div><br>
</div><div>But the application crashes with the following message: </div><div><br></div><div>Assertion failed: &quot;pre: valid_point_extent&quot; &amp;&amp; (this-&gt;CellFlag ||  (textureExtent[0]&lt;textureExtent[1] &amp;&amp; textureExtent[2]textureExtent[3] &amp;&amp; textureExtent[4]&lt;textureExtent[5]))), file ..\..\vtk-5.8.0\VolumeRendering\vtkOpenGLGPUVolumeRayCastMapper.cxx, line 3089&quot;</div>
<div><br></div><div>This is very confusing. When I read the documentation it suggests that the data set is to large for the video card. </div><div><br></div><div>But its a data set I can load on a QuadroFX 3700 with 512MB. This card (FirePro V7900) has 2GB of video RAM (although for testing I only call 512MB) . </div>
<div><br></div><div>Any suggestions on what I may be doing wrong? Are FirePro video cards supported by VTK for volume rendering?  </div><div><br></div><div>Thank you, </div><div><br></div><div>Sergio </div>