POV-Ray : Newsgroups : povray.binaries.images : Ad Nauseum : Re: Ad Nauseum Server Time
2 Oct 2024 16:27:36 EDT (-0400)
  Re: Ad Nauseum  
From: Bill DeWitt
Date: 10 Apr 2000 18:25:56
Message: <38f254f4@news.povray.org>
"David Fontaine" <dav### [at] faricynet> wrote in message
news:38F24E3E.2FB24C34@faricy.net...
> Oh, and please translate :-)
>

    Translate what? The isosurface function?

   // make a pigment into a function
 #declare CR = function{ pigment { crackle scale 0.5 } }


surface{ 
      function { 
                // make a sphere
                 (x^2+y^2+z^2)
                // add the crackle
                +(CR(x, y, z)
                // make it half as deep
                *0.5)
               }


Post a reply to this message

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