[vtkusers] Volume rendering of vtkStructuredGrid

Xianjin Yang Yang at AGIUSA.COM
Tue Mar 30 12:26:49 EST 2004


Hi vtkusers,

I am seeking a better way for volume rendering of a structured grid. My
pipleline outlined below seems too slow.

Assemble vtkPolyData from scratches (x, y, z, points, cells and scalars)
vtkShepardsMethod for conversion into vtkImageData
vtkImageCast to convert scalar type from double to UnsignedShort
vtkVolumeRayCastMapper or vtkVolumeTextureMapper2D
vtkVolume

The performace would depend on the grid size set with vtkShepardsMethod.
What can I do to speed it up? Are there any alternatives or better ways to
volume-render a vtkStructuredGrid? 

Thanks a bunch.

Yang


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040330/ea5eac2a/attachment.htm>


More information about the vtkusers mailing list