POV-Ray : Newsgroups : povray.binaries.images : Simple isosurface Server Time
9 Aug 2024 03:21:58 EDT (-0400)
  Simple isosurface (Message 1 to 4 of 4)  
From: Alex Kluchikov
Subject: Simple isosurface
Date: 27 Feb 2005 16:10:01
Message: <web.422236f7e1985849245723f0@news.povray.org>
Hello.
Nothing special, just simple isosurface.


Post a reply to this message


Attachments:
Download 'flox1.jpg' (15 KB)

Preview of image 'flox1.jpg'
flox1.jpg


 

From: Florian Brucker
Subject: Re: Simple isosurface
Date: 27 Feb 2005 21:46:57
Message: <42228621$1@news.povray.org>
Hey, it's Alex, king of the isosurfaces. Nice to see you posting again!


Florian
-- 
camera{look_at-y*10location<8,-3,-8>*10}#local a=0;#while(a<999)sphere{
#local _=.01*a-4.99;#local p=a*.01-5;#local c=.01*a-4.995;<sin(p*pi)*5p
*10pow(p,5)*.01>sin(c*c*c*.1)+1pigment{rgb 3}}#local a=a+1;#end
/******** http://www.torfbold.com ******** http://www.imp.org ********/


Post a reply to this message

From: Ross
Subject: Re: Simple isosurface
Date: 28 Feb 2005 10:42:35
Message: <42233beb$1@news.povray.org>
very neat. how simple is simple?


Post a reply to this message

From: Alex Kluchikov
Subject: Re: Simple isosurface
Date: 1 Mar 2005 18:55:01
Message: <web.4224ffd6cc28218a9245723f0@news.povray.org>
"Ross" <rli### [at] everestkcnet> wrote:
> very neat. how simple is simple?

:) Simple is

#declare F=function(X,Y,Z,d){(pow(Y+X,d)+pow(Y+Z,d)+pow(X+Z,d))}
isosurface{
 function{
  F(x*x,y*y,z*z,1/512)*1/3-.995
 }
 threshold 0
 accuracy 0.001
 max_gradient .1
 contained_by{box{-4,4}}
}

Sincerely Yours,
Alex  Kluchikov.


Post a reply to this message

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