|
|
These look really good, too. They could make some cool rock formations.
Josh
Doug Eichenberg wrote:
> 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
>
> [Image]
>
> [Image]
>
> [Image]
--
Josh English -- Lexiphanic Lethomaniac
eng### [at] spiritonecom
The POV-Ray Cyclopedia http://www.spiritone.com/~english/cyclopedia/
Post a reply to this message
|
|