POV-Ray : Newsgroups : povray.binaries.images : Spherical Planets - Fast Bumps : Re: Spherical Planets - Fast Bumps Server Time
3 Oct 2024 17:13:46 EDT (-0400)
  Re: Spherical Planets - Fast Bumps  
From: Chris Huff
Date: 31 Dec 1999 09:45:40
Message: <chrishuff_99-EAADC2.09463631121999@news.povray.org>
In article <386cbaca@news.povray.org>, "Robert J Becraft" 
<cas### [at] aolcom> wrote:

> Attached is my first round at adding bumps to a planet object.  It takes
> about 3 minutes to render.
> 
> PROBLEM:
> 
> Using the rand(X) function in POV, I find that it creates too even a
> distribution in the placement of all the objects in the picture.  Notice
> that the band of green bumps are fairly evenly spaced around the globe.

Interesting, looks like a lot of little islands...
Did you cover the sphere with a lot of randomly positioned bump-spheres 
to get this? How much memory did it take?


> Does anyone have a better rand function that will get me better clumps of
> land mass???

Sounds like you want the noise3d() function or my eval_pattern() 
function, both of which require a patch(so they can't be used with the 
official POV), and neither of which have been incorporated into MegaPOV 
yet. Well, noise3d() can be used in an isosurface function, but not 
anywhere else, I wrote a little patch which allows it to be used 
anywhere, it is that patch I am talking about.

Sorry, I don't know any way to accomplish this without using a patched 
version.

-- 
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/


Post a reply to this message

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