<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:10pt"><div><span style="font-family: arial,helvetica,sans-serif;">Hi,<br><br>I have a suggestion for the vtkSmartVolumeMapper. I wish to change the sampling distance but actually this is impossible. The sampling distance is computed from the spacing and set up in the "ComputeRenderMode". Usually the computed value is ok, but this is not true in general. My suggestion is to introduce a factor in order to change it. When the factor is 1.0 you have the actual situation. From:<br><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">SetSampleDistance( static_cast&lt;float&gt;((spacing[0] + spacing[1] + spacing[2] ) / 6.0) );</span><br><br>to<br><br><span style="font-family: Courier
 New,courier,monaco,monospace,sans-serif;">SetSampleDistance( static_cast&lt;float&gt;(k * (spacing[0] + spacing[1] + spacing[2] ) / 6.0) );</span><br><br>Thanks!<br></span></div>
</div><br>



      </body></html>