[vtkusers] MIP Volume Rendering

Kevin H. Hobbs hobbsk at ohiou.edu
Mon Oct 12 11:19:35 EDT 2009


On Fri, 2009-10-09 at 12:29 +0000, E.R wrote:
> Hello all!
> 
> Currently, I am using vtkVolumeRayCastMapper with a MIP function to render my volume in a vtkRenderWindow.
> Does anyone know how to render in a bitmap (memory) and not in the screen??? 

The term here is Offscreen Rendering. The easiest way to get this
working is to use Mesa with OSMesa as your GL library.

> Is there any way to extract the image from the vtkRenderWindow??

Use the window to image filter.

You may want to take a look at the attached source.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OSMIPVolumeRender.cxx
Type: text/x-c++src
Size: 4116 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091012/660eed86/attachment.cxx>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091012/660eed86/attachment.pgp>


More information about the vtkusers mailing list