POV-Ray : Newsgroups : povray.binaries.images : can any one tell me what's wrong with my iso? : Re: can any one tell me what's wrong with my iso? Server Time
19 Aug 2024 22:17:01 EDT (-0400)
  Re: can any one tell me what's wrong with my iso?  
From: Tor Olav Kristensen
Date: 17 Oct 2000 19:03:26
Message: <39ECD9A6.86F4858D@hotmail.com>
Christoph Hormann wrote:

> ...
> #declare fnBumps=function { noise3d(x*12, y*12, z*12) }
>
> or
>
> #declare fnBumps=function { pigment { agate color_map {[0 rgb 0][1 rgb 1]} } }
>
> and add/substract it to/from the isosurface function like this:
>
> isosurface{
>   function { (sqrt(x*x + y*y + z*z) -0.9) -fnBumps(x,y,z)*0.1 }
>   method 2
>   accuracy 0.001
>   eval
>   contained_by{ sphere{ <0,0,0> 1.2 } }
> }

OK - Now I understand what you mean.

Thank you for showing me this.


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.