[vtkusers] volume render image quality shading

Frable zemitis.janis at inbox.lv
Mon Feb 4 17:52:06 EST 2013


In your vtkVolumeProperty the default setting is to use nearest neighbor
interpolation. Change that to linear.

->SetInterpolationTypeToLinear();

That should smooth it out a bit. 



--
View this message in context: http://vtk.1045678.n5.nabble.com/volume-render-image-quality-shading-tp5718281p5718284.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list