POV-Ray : Newsgroups : povray.binaries.images : Blue blob : Re: Blue blob Server Time
8 Aug 2024 22:14:14 EDT (-0400)
  Re: Blue blob  
From: Dre
Date: 25 Apr 2005 22:40:15
Message: <426daa0f@news.povray.org>
"Slime" <fak### [at] emailaddress> wrote in message
news:426d9af6$1@news.povray.org...
> > Love it!  I think I see my new desktop wallpaper.  Any chance you would
> > share the source?  Does it require 3.7 beta 2?
>
> Thanks. =)
>
> Shouldn't require 3.7; here's the source:
>
<snip>
> isosurface {
>  function {
>   (f_noise_generator(x*5,y*5,z*5+20,2)-.4) +
>   .4 * curve(max((pow(x*x + y*y + z*z,.5)-.7)/.3, 0)) // (round off edges)
<------
>  }
<snip>

I saw your image and thought WOW, and had to take a look for myself :)

I've tried to run the code, but it errors on the line i have marked.  It
complains about the curve function.  I'm running beta 2 of version 3.7 but
with no luck...

Any ideas?

Cheers Dre


Post a reply to this message

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