POV-Ray : Newsgroups : povray.binaries.images : Does POV-Ray need a mascot? : Re: Does POV-Ray need a mascot? Server Time
19 Aug 2024 16:22:04 EDT (-0400)
  Re: Does POV-Ray need a mascot?  
From: Tor Olav Kristensen
Date: 14 Dec 2000 09:53:58
Message: <3A38DE41.97E141BA@online.no>
Ken wrote:
>
> It's an isosurface -
> 
> #declare Pigfunc = function {pigment{spiral1 1}}
> 
> #declare Funkyfloor =
> isosurface {
>     function {y+Pigfunc(x,-y,z)}
>     threshold 0
>     accuracy 0.01
>     max_gradient 3.9
>     contained_by {box {<-25,-4.99,-25>, < 25, 0.01, 25>}}
>     texture {
>         pigment {color rgb < 0.5, 0.85, 1>}
>         finish {
>             specular 1 roughness 0.0025 ambient .1
>         }
>     }
> }
> 
> object { Funkyfloor translate y*-.5}


Interesting iso and 

very nice indenting Ken !  :)


Tor Olav
-- 
mailto:tor### [at] hotmailcom
http://www.crosswinds.net/~tok/tokrays.html


Post a reply to this message

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