POV-Ray : Newsgroups : povray.newusers : isosurface rendering of volume data : Re: isosurface rendering of volume data Server Time
28 Jul 2024 12:23:21 EDT (-0400)
  Re: isosurface rendering of volume data  
From: sanjay
Date: 30 Jun 2009 03:40:01
Message: <web.4a49c075fbeb1364b8711ff20@news.povray.org>
Alain <aze### [at] qwertyorg> wrote:

> > I have a stack of binary images i.e each image is a 2D array and all such images
> > combined to give a 3D array.
> > I had previously used MATLAB's isosurface,isocaps and patch functions to
> > get the visualisation of the volume data, but its too slow.
> > Is there a way by which I can import such a 3D volume data from matlab to POV
> > ray and then extract the isosurfaces from that data and render it ?
> >
> >
> Convert those image into the TGA format and use a tga to 3df combiner to
> combine them in a single 3FD file.
>
> That file can then be used to generate an isosurface or as a density
> pattern for a media.
>
> Alain

Thanks Alain ..

I converted my images into tga format but I'm unable to combine them into a 3fd
file, searched the net a lot on this;

Can you please help


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.