POV-Ray : Newsgroups : povray.general : Giving thickness to plane surfaces - is it possible : Re: Giving thickness to plane surfaces - is it possible Server Time
1 Aug 2024 04:16:02 EDT (-0400)
  Re: Giving thickness to plane surfaces - is it possible  
From: Kenneth
Date: 28 Mar 2006 06:35:00
Message: <web.44291e77f9154f14b9b66bb80@news.povray.org>
Oops!  Left out a closing bracket after the functions...

#3--the plate shape with a crater added!
 isosurface{
  function{y - my_pigment_function_1 (x,y,z).gray * .4}
max_gradient 2.8
 contained_by{box{<-1,0,-1>, <1,.3,1>}}
 texture{...whatever..}
                 }

and here too...

 #4--the crater with a crackle pattern function overlaid (this uses three
 functions)...

 isosurface{
  function{y
   - my_pigment_function_1 (x,y,z).gray * .4 // crater
   + my_pigment_function_3 (x,y,z).gray * .02 // crackle
                }
 max_gradient 3.2
 contained_by{box{<-1,0,-1>, <1,.3,1>}}
 texture{...whatever..}
                 }

Ken


Post a reply to this message

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