POV-Ray : Newsgroups : povray.binaries.images : My first in a long time - Sloncho-wip-1.jpg : Re: My first in a long time - Sloncho-wip-1.jpg Server Time
3 Oct 2024 08:15:28 EDT (-0400)
  Re: My first in a long time - Sloncho-wip-1.jpg  
From: Chris Huff
Date: 24 Feb 2000 15:32:15
Message: <chrishuff_99-328F3A.15334024022000@news.povray.org>
In article <38B569B4.C1695ADA@iname.com>, Jerome <ber### [at] inamecom> 
wrote:

> 	Try something like that:
> #declare Normal = function { pigment { granite } }
> #declare Depth = 1 ;
> isosurface {
>   function { (Normal-0.5)*Depth-x }
>   bounded_by { box { -<Depth, 1, 100>, <Depth, 10, 100> } }
> }

And note that in the most recent MegaPOV the "contained_by" keyword 
replaces the original function of "bounded_by", so "bounded_by" now 
should behave the same as in other objects. The "open" keyword is used 
to get the same effect as you get with "clipped_by".

-- 
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/


Post a reply to this message

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