POV-Ray : Newsgroups : povray.general : Isosurface : Re: Isosurface Server Time
10 Aug 2024 13:23:38 EDT (-0400)
  Re: Isosurface  
From: Chris Huff
Date: 18 Dec 1999 18:22:28
Message: <chrishuff_99-1C3166.18230418121999@news.povray.org>
In article <385c1462@news.povray.org>, "Ed Kaiser" 
<eka### [at] camdentdsnet> wrote:

> could someone please post an example of an isosurface using a pattern in 
> the function? I can't get the syntax right and it's driving me crazy.

#declare MyPigment =
pigment {bozo
    color_map {[0 color Black][1 color White]}
}

isosurface {
    function {pigment {MyPigment}}
or
    function {
        pigment {bozo
            color_map {[0 color Black][1 color White]}
        }
    }
    threshold 0.3
    ...
}

-- 
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.