POV-Ray : Newsgroups : povray.beta-test : Help clarification for pigment functions in isos : Re: Help clarification for pigment functions in isos Server Time
31 Jul 2024 04:19:48 EDT (-0400)
  Re: Help clarification for pigment functions in isos  
From: Tom Melly
Date: 13 Sep 2001 12:14:38
Message: <3ba0db6e$1@news.povray.org>
"ingo" <ing### [at] homenl> wrote in message
news:Xns### [at] povrayorg...
> in news:3ba0c9b8@news.povray.org Tom Melly wrote:
>
> > Although correct, wouldn't this be better as:
> > [...]
> >   function  {y - FBozo(x,0,z).gray }
> >
>
> Why?
>

Because, and I may be doing something stupid, the following does not actually
render anything as far as I can see...

#declare fn_floor= function{pigment{bozo color_map{[0 rgb 0][1 rgb 1]}}}
isosurface {
  function {fn_floor(x,y,z).gray}
  max_gradient 7
  contained_by {box{<-10,-10,-10>,<10,10,10>}}
  accuracy 0.1
  evaluate 1, 1.2, 0.99
  pigment{rgb 1}
  finish{ambient 1}

}


Post a reply to this message

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