POV-Ray : Newsgroups : povray.unofficial.patches : Plane : Re: Plane Server Time
1 Sep 2024 14:23:44 EDT (-0400)
  Re: Plane  
From: Chris Huff
Date: 17 Mar 2001 09:21:05
Message: <chrishuff-E05B4F.09153417032001@news.povray.org>
In article <3ab36a68$1@news.povray.org>, "Jason Scott" 
<fir### [at] hotmailcom> wrote:

> Is it posible to make a plane using an isosurface ?  

Yes and no...you can't do an infinite plane, but a plane confined to a 
box or sphere is easy.

> If so how.

function {y}
will make a plane in the xz plane (all points where y is equal to a 
specific value). You could also use "x" or "z" for a plane on another 
axis.
For a plane with an arbitrary normal, use:
function {x*A + y*B + z*C}
where A, B, and C are the xyz components of the normal.

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

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