POV-Ray : Newsgroups : povray.binaries.images : patched looking isosurface : Re: patched looking isosurface Server Time
6 Aug 2024 12:24:00 EDT (-0400)
  Re: patched looking isosurface  
From: lien0n
Date: 18 Jan 2007 22:50:00
Message: <web.45b03f651c56db751524ae1d0@news.povray.org>
need to re-upload the image

"lien0n" <nomail@nomail> wrote:
> I re-rendered other two pictures with the same data set...
>
> This one used the method of:
> function{ // untested
>    ( dens(x,y,z)
>      +dens(x+0.05,y,z) + dens(x-0.05,y,z)
>      +dens(x,y+0.05,z) + dens(x,y-0.05,z)
>      +dens(x,y,z+0.05) + dens(x,y,z-0.05)
>    )/7
> }
> interpolate was set to 1.
>
>
> "lien0n" <nomail@nomail> wrote:
> > The resolution for the volume data I used is 32x32x32 (in a df3 file).
> >
> > The detailed information for why putting the image here can be refered to
> >
http://news.povray.org/povray.general/thread/%3Cweb.45a4a43af46d0e7d1524ae1d0%40news.povray.org%3E/


Post a reply to this message


Attachments:
Download 'inter_1.jpg' (19 KB)

Preview of image 'inter_1.jpg'
inter_1.jpg


 

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