POV-Ray : Newsgroups : povray.binaries.images : More blobscape fun. : More blobscape fun. Server Time
1 Oct 2024 05:21:07 EDT (-0400)
  More blobscape fun.  
From: Doug Eichenberg
Date: 12 Sep 2000 23:02:49
Message: <39beee59@news.povray.org>
I've made some more changes to my blobscape macro.  Here's
the format:

blobscape(X, Y, Strength, Radius, MaxHeight, Seed, Momentum)

which creates a blobscape from an X by Y array, where each sphere
has Strength and Radius values, MaxHeight is the max amount of
change in height from one element to the next, seed is a random
seed for the random parts, and momentum basically determines
whether slopes are more often positive or negative.

In the first image, the code is:

    blobscape(10, 10, 2, 2.25, 1, 6548, 0.8)

In the second:

   blobscape(10, 10, 2, 2.25, 10, 6548, 0.8)

In the third:

   blobscape(10, 10, 2, 0.1, 10, 6548, 0.8)

(I hope the images show...)

--
- Doug Eichenberg
  http://www.getinfo.net/douge
  dou### [at] nlsnet


Post a reply to this message


Attachments:
Download 'bstest1.jpg' (87 KB) Download 'bstest2.jpg' (93 KB) Download 'bstest3.jpg' (101 KB)

Preview of image 'bstest1.jpg'
bstest1.jpg

Preview of image 'bstest2.jpg'
bstest2.jpg

Preview of image 'bstest3.jpg'
bstest3.jpg


 

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