POV-Ray : Newsgroups : povray.binaries.images : Blobtower Server Time
2 Aug 2024 04:22:04 EDT (-0400)
  Blobtower (Message 1 to 10 of 10)  
From: Icewind
Subject: Blobtower
Date: 10 Dec 2007 07:15:01
Message: <web.475d2c8731c348fb8494f8ad0@news.povray.org>
A while ago i played around with some blobs ... and this, though not much more
than a better test-render, is the result. :)

For those that want to know how it's done: I used a spline to control the
probability to drop a sphere at some random point (depending on the horizontal
distance from the origin). The radii of the spheres are controlled the same way
between the minimal and maximal radius.
The first sphere is dropped on a plane with trace() and then added to a union of
the plane (and other spheres), and the coordinates and radius are saved into an
array. Then the next sphere is dropped, and so on... (More or less the same as
i=i+1. Only with spheres in a union and some abort conditions.)
Then the coordinates and radii are used for the components of a blob.

The only other things here are a point light with photons and a white plane.
Unfortunately i couldn't increase the quality of the photons, as my RAM was
full.


I hope you like it. :)


Post a reply to this message


Attachments:
Download 'solitude.jpg' (232 KB)

Preview of image 'solitude.jpg'
solitude.jpg


 

From: Kyle
Subject: Re: Blobtower
Date: 10 Dec 2007 07:44:59
Message: <c4dql39balorulposschgo08aeehpf544e@4ax.com>
On Mon, 10 Dec 2007 07:12:18 EST, "Icewind" <ice### [at] yahoode> wrote:

>I hope you like it. :)

I like it!

It looks like there's a face or skull right about in the center.


Post a reply to this message

From: Mike the Elder
Subject: Re: Blobtower
Date: 10 Dec 2007 09:20:00
Message: <web.475d4a4e840193bde2b2e7080@news.povray.org>
I quite like the image as well.  Thanks for sharing the info on technique.  It's
given me some new lines to experiment in.  As Kyle pointed out, one can see
various forms within the image, kind of like a 3D Rorschach test. (A mysterious
hooded magician and circular face with a great big grin jumped out at me.) Nifty
stuff - I'm looking forward to more.

Best Regrads,
Mike C.


Post a reply to this message

From: Agustin Britait Molina
Subject: Re: Blobtower
Date: 10 Dec 2007 09:45:00
Message: <web.475d5077840193bd18350f5e0@news.povray.org>
A picture very beautifull, but some dark... excellent technique, I like it.

Need too much render time?


Post a reply to this message

From: Paolo Gibellini
Subject: Re: Blobtower
Date: 10 Dec 2007 11:51:56
Message: <475d6eac$1@news.povray.org>
Wow, this is very nice!
It seems like a glass coral structure.
;-)
Paolo

>"Icewind" <ice### [at] yahoode> wrote:
> A while ago i played around with some blobs ... and this, though not much
more
> than a better test-render, is the result. :)
>
> For those that want to know how it's done: I used a spline to control the
> probability to drop a sphere at some random point (depending on the
horizontal
> distance from the origin). The radii of the spheres are controlled the
same way
> between the minimal and maximal radius.
> The first sphere is dropped on a plane with trace() and then added to a
union of
> the plane (and other spheres), and the coordinates and radius are saved
into an
> array. Then the next sphere is dropped, and so on... (More or less the
same as
> i=i+1. Only with spheres in a union and some abort conditions.)
> Then the coordinates and radii are used for the components of a blob.
>
> The only other things here are a point light with photons and a white
plane.
> Unfortunately i couldn't increase the quality of the photons, as my RAM
was
> full.
>
>
> I hope you like it. :)
>


Post a reply to this message

From: jute
Subject: Re: Blobtower
Date: 10 Dec 2007 12:35:00
Message: <web.475d783e840193bdf43b014e0@news.povray.org>
"Icewind" <ice### [at] yahoode> wrote:

> I hope you like it. :)

Magnificient.

--
jussi


Post a reply to this message

From: Thierry CHARLES
Subject: Re: Blobtower
Date: 10 Dec 2007 13:28:54
Message: <475d8566$1@news.povray.org>
Very nice ! Just for information : how long did it take to render this 
scene ?

Thierry


> A while ago i played around with some blobs ... and this, though not mu
ch more
> than a better test-render, is the result. :)
> 
> For those that want to know how it's done: I used a spline to control t
he
> probability to drop a sphere at some random point (depending on the hor
izontal
> distance from the origin). The radii of the spheres are controlled the 
same way
> between the minimal and maximal radius.
> The first sphere is dropped on a plane with trace() and then added to a
 union of
> the plane (and other spheres), and the coordinates and radius are saved
 into an
> array. Then the next sphere is dropped, and so on... (More or less the 
same as
> i=i+1. Only with spheres in a union and some abort conditions.)
> Then the coordinates and radii are used for the components of a blob.
> 
> The only other things here are a point light with photons and a white p
lane.
> Unfortunately i couldn't increase the quality of the photons, as my RAM
 was
> full.
> 
> 
> I hope you like it. :)
> 
> 
> -----------------------------------------------------------------------
-
>


Post a reply to this message

From: Icewind
Subject: Re: Blobtower
Date: 10 Dec 2007 20:55:00
Message: <web.475ded57840193bd8494f8ad0@news.povray.org>
Thanks for comments. :)

Rendertime was relatively low, just a bit more than 2 hours with Anti-Aliasing.
The limiting factor for the quality of the photons was only memory. It used 1.2
GB allready, so i couldn't increase their quality that much without filling
memory completely (2 GB).


Post a reply to this message

From: Larry Hudson
Subject: Re: Blobtower
Date: 10 Dec 2007 21:08:42
Message: <475df12a$1@news.povray.org>
Icewind wrote:
> A while ago i played around with some blobs ... and this, though not much more
> than a better test-render, is the result. :)
      ... <snip> ...
> I hope you like it. :)
> 

It is now wallpaper.     ;-)

      -=- Larry -=-


Post a reply to this message

From: Icewind
Subject: Re: Blobtower
Date: 18 Dec 2007 05:30:01
Message: <web.4767a04b840193bd2bd676930@news.povray.org>
Posted an example scene containing the macro to generate the tower in
povray.binaries.scene-files .


Post a reply to this message

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