POV-Ray : Newsgroups : povray.binaries.images : Texture demo - rock wall : Re: RockWall Isosurface Server Time
3 Oct 2024 13:22:34 EDT (-0400)
  Re: RockWall Isosurface  
From: Bill DeWitt
Date: 13 Jan 2000 17:25:59
Message: <387e50f7@news.povray.org>
I meant to include the relevant portion of the file...

/// Begin
#declare Wall = function { pigment { Stones } }

isosurface { function ( z-Wall(x,y,z)*0.1)
                  sign 1 eval
                  accuracy .005
             texture { pigment { Stones2 } }
             scale < 3.0, 1.0, 1.0 >
           }

/// End

"Chris Huff" <chr### [at] yahoocom> wrote :
>
> This can be fixed by leaving one dimension out, like func(x, y, 0).
>

    I'll see what that does...


Post a reply to this message

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