|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
All that amazing mandelbulb stuff has inspired me to dig out a strange
attractor search/plot app I wrote a few years ago, and try to get some
decent plots into POV-Ray. Here's a few of the nicer ones I've found
over the last couple of weeks.
Bill
Post a reply to this message
Attachments:
Download 'dancer.jpg' (90 KB)
Download 'shuriken.jpg' (96 KB)
Download 'scribble.jpg' (88 KB)
Download 'topshell.jpg' (84 KB)
Download 'loop.jpg' (81 KB)
Download 'barbwire.jpg' (70 KB)
Download 'ribbons.jpg' (81 KB)
Download 'hook.jpg' (62 KB)
Download 'spidery.jpg' (74 KB)
Download 'crownothorns.jpg' (72 KB)
Preview of image 'dancer.jpg'
Preview of image 'shuriken.jpg'
Preview of image 'scribble.jpg'
Preview of image 'topshell.jpg'
Preview of image 'loop.jpg'
Preview of image 'barbwire.jpg'
Preview of image 'ribbons.jpg'
Preview of image 'hook.jpg'
Preview of image 'spidery.jpg'
Preview of image 'crownothorns.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Bill Pragnell" <bil### [at] hotmailcom> wrote in message
news:4b1c3281@news.povray.org...
> All that amazing mandelbulb stuff has inspired me to dig out a strange
> attractor search/plot app I wrote a few years ago, and try to get some
> decent plots into POV-Ray. Here's a few of the nicer ones I've found
> over the last couple of weeks.
>
> Bill
>
AWESOME!!!!
Really, they are WOW images to me :)
I'd love to know some more about how you did this!
Cheers Dre
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Lovely...Just lovely!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Now model a modern art gallery and put these on pedestals therein.
--
Tim Cook
http://empyrean.freesitespace.net
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Bill Pragnell wrote:
> Here's a few of the nicer ones I've found
> over the last couple of weeks.
Neat! I take it these images are essentially an exorbitant
number of spheres around externally generated data points?
I wondered if it's a blob but I thought some transitions
didn't quite look like it, although it's hard to tell
with the small object size. If it's spheres it might
be worth to try a blob for faster rendering.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Bill Pragnell" <bil### [at] hotmailcom> schreef in bericht
news:4b1c3281@news.povray.org...
> All that amazing mandelbulb stuff has inspired me to dig out a strange
> attractor search/plot app I wrote a few years ago, and try to get some
> decent plots into POV-Ray. Here's a few of the nicer ones I've found
> over the last couple of weeks.
>
Strange and attractive, Bill :)
Good work!
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Dre" <and### [at] gmailcom> wrote:
> Really, they are WOW images to me :)
Thanks! It's just a shame they don't look as good at higher resolutions.
> I'd love to know some more about how you did this!
Most of the work is done externally, I'm really only using POV-Ray to plot a
dataset and do pretty lighting. I used some of the equations given on the
Chaoscope website (http://www.chaoscope.org/doc/attractors.htm), originally in a
Java app (the quickest way I knew to implement some sort of gui at the time).
Basically, if the orbit doesn't collapse or escape within a few hundred
iterations I plot it properly for inspection. Most of these turn out to be
mundane, but every now and again an 'interesting' one crops up. At this point I
save the equation coefficients in a data file.
Java is entirely unsuitable for iterating 1e8 points over a 30+ coefficient
dynamical system, so eventually I wrote a simple tool in C++ to do some proper
plotting from the saved coefficients, and (optionally) to write a text file full
of vectors suitable for reading from POV-Ray SDL.
Add some random lights using the data file as a seed, and away we go...
:)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Tim Cook <z99### [at] gmailcom> wrote:
> Now model a modern art gallery and put these on pedestals therein.
Good idea! I could make some of them really big, put 2D plots in picture
frames... *gazes into middle distance*
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Christian Froeschlin <chr### [at] chrfrde> wrote:
> Neat! I take it these images are essentially an exorbitant
> number of spheres around externally generated data points?
Exactly right. :) (See my other post for my somewhat hacky workflow)
The data files vary in size from a few 100k for the thin spindly ones, up to
20MB+ for the more voluminous ones. Luckily even the vast ones are pretty quick
to produce from just the equation coefficient data. The slowest part appears to
be writing the data file!
> I wondered if it's a blob but I thought some transitions
> didn't quite look like it, although it's hard to tell
> with the small object size. If it's spheres it might
> be worth to try a blob for faster rendering.
I tried blobs, but they turn out to be many times slower for this case. These do
use radiosity and multiple area_lights, after all. With antialiasing off, they
render in a couple of minutes (parsing can be longer!). With AA on, an hour or
so.
Actually I quite like the expanded-polystyrene/gritty look that bare spheres
produce!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I Really love "barbwire"... How did you code these ?
> All that amazing mandelbulb stuff has inspired me to dig out a strange
> attractor search/plot app I wrote a few years ago, and try to get some
> decent plots into POV-Ray. Here's a few of the nicer ones I've found
> over the last couple of weeks.
>
> Bill
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |