POV-Ray : Newsgroups : povray.binaries.images : "The 10 hour render" (~130KB) : Re: "The 10 hour render" (~130KB) Server Time
6 Aug 2024 19:25:41 EDT (-0400)
  Re: "The 10 hour render" (~130KB)  
From: scott
Date: 12 Oct 2006 22:38:28
Message: <452efc24@news.povray.org>
>> PS: I haven't tried it, but I think it should work...
>
> Nice try, but... not, that doesn't work.
>
> (It makes ripples that are diagonal rather than parallel to the axies.
> And the ripples decrease in frequency rather than amplitude as they
> spread out. And there is no rounding at the corners.)
>
> I am looking into making the function simpler though - but hopefully
> without loosing its "organic" quality.

How about this:

y-10*sin(10*pow(pow(x,4)+pow(z,4),1/4)-1)/(pow(abs(x)+1,4)+pow(abs(z)+1,4))

(designed for a box{-8,8})

The middle gets a bit screwed up but you can chop that bit out for your box 
to go in.


Post a reply to this message


Attachments:
Download 'iso.jpg' (20 KB)

Preview of image 'iso.jpg'
iso.jpg


 

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