<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Volume rendering of vtkStructuredGrid</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hi vtkusers,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I am seeking a better way for volume rendering of a structured grid. My pipleline outlined below seems too slow.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Assemble vtkPolyData from scratches (x, y, z, points, cells and scalars)</FONT>
<BR><FONT SIZE=2 FACE="Arial">vtkShepardsMethod for conversion into vtkImageData</FONT>
<BR><FONT SIZE=2 FACE="Arial">vtkImageCast to convert scalar type from double to UnsignedShort</FONT>
<BR><FONT SIZE=2 FACE="Arial">vtkVolumeRayCastMapper or vtkVolumeTextureMapper2D</FONT>
<BR><FONT SIZE=2 FACE="Arial">vtkVolume</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">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? </FONT></P>

<P><FONT SIZE=2 FACE="Arial">Thanks a bunch.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Yang</FONT>
</P>
<BR>

</BODY>
</HTML>