|
|
|
|
|
|
| |
| |
|
|
From: stbenge
Subject: interesting shape: CA, DF3, isosurface (284k jpg)
Date: 4 Jun 2009 20:25:45
Message: <4a286609@news.povray.org>
|
|
|
| |
| |
|
|
Hello Everyone,
Here is the result of a 256x256-cell, 2D cellular automata sim played
out in 128 frames and copied into a df3 file. It was then rendered in
POV-Ray 3.7 using an isosurface, a box containing absorbing media, and a
single area_light. A little bit of glare was added for a touch of extra
luminance.
Thanks goes out to Warp. Last year he posted an example of how to write
df3 files in C++. I was able to adapt his code to mine and run with it.
Thanks!
Q's & C's, welcome as always~
Sam
Post a reply to this message
Attachments:
Download 'cadf3b.jpg' (284 KB)
Preview of image 'cadf3b.jpg'
|
|
| |
| |
|
|
From: Darren New
Subject: Re: interesting shape: CA, DF3, isosurface (284k jpg)
Date: 4 Jun 2009 21:15:07
Message: <4a28719b$1@news.povray.org>
|
|
|
| |
| |
|
|
stbenge wrote:
> Here is the result of a 256x256-cell, 2D cellular automata sim played
> out in 128 frames and copied into a df3 file.
A very awesome visualization. Very cool. I bet if you got a glider gun, you
could see the leaning towers. :-)
> Thanks goes out to Warp. Last year he posted an example of how to write
> df3 files in C++. I was able to adapt his code to mine and run with it.
Speaking of which, I just posted "MakeDF3" to p.b.utilities. It's a
stand-alone Windows program (with portable Tcl source) that will read a file
of x,y,z,v tuples and generate an appropriate binary DF3 file. Just in case
you're working in BASIC or something and don't have convenient binary
output. ;-)
--
Darren New, San Diego CA, USA (PST)
There's no CD like OCD, there's no CD I knoooow!
Post a reply to this message
|
|
| |
| |
|
|
From: stbenge
Subject: Re: interesting shape: CA, DF3, isosurface (284k jpg)
Date: 5 Jun 2009 00:20:02
Message: <4a289cf2@news.povray.org>
|
|
|
| |
| |
|
|
Darren New wrote:
> A very awesome visualization. Very cool. I bet if you got a glider gun,
> you could see the leaning towers. :-)
Thanks! Yeah, I should rediscover one of the large gliders I came
across. Pretty long period, might be interesting.
> Speaking of which, I just posted "MakeDF3" to p.b.utilities.
Sounds like a nifty app. Do you know anything about writing higher bits
to a df3 file? Will 16 or 32 bits make for a smoother function in POV? I
tried to implement higher bit values based on what the POV docs said
about it, but didn't see any difference. I'm probably doing it wrong :)
Sam
Post a reply to this message
|
|
| |
| |
|
|
From: Darren New
Subject: Re: interesting shape: CA, DF3, isosurface (284k jpg)
Date: 5 Jun 2009 01:23:36
Message: <4a28abd8@news.povray.org>
|
|
|
| |
| |
|
|
stbenge wrote:
> Darren New wrote:
>> A very awesome visualization. Very cool. I bet if you got a glider
>> gun, you could see the leaning towers. :-)
>
> Thanks! Yeah, I should rediscover one of the large gliders I came
> across. Pretty long period, might be interesting.
Actually, I'd like to see the file into which you injected your DF3. That
is, the surrounding lighting and statements and such.
> > Speaking of which, I just posted "MakeDF3" to p.b.utilities.
>
> Sounds like a nifty app. Do you know anything about writing higher bits
> to a df3 file? Will 16 or 32 bits make for a smoother function in POV?
I don't know. I wrote the code at the request of someone else.
--
Darren New, San Diego CA, USA (PST)
There's no CD like OCD, there's no CD I knoooow!
Post a reply to this message
|
|
| |
| |
|
|
From: Christian Froeschlin
Subject: Re: interesting shape: CA, DF3, isosurface (284k jpg)
Date: 5 Jun 2009 03:33:23
Message: <4a28ca43$1@news.povray.org>
|
|
|
| |
| |
|
|
> Here is the result of a 256x256-cell, 2D cellular automata sim played
> out in 128 frames and copied into a df3 file.
Interesting, it does look a bit like organic growth of
some coral or sponge.
> Thanks goes out to Warp. Last year he posted an example of how to write
> df3 files in C++. I was able to adapt his code to mine and run with it.
Note that you can write binary files since beta 32, so if
you ever port your automata to SDL you can write DF3 too ;)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Remarkable. In the best possible sense :-)
Post a reply to this message
|
|
| |
| |
|
|
From: Thomas de Groot
Subject: Re: interesting shape: CA, DF3, isosurface (284k jpg)
Date: 5 Jun 2009 03:56:48
Message: <4a28cfc0@news.povray.org>
|
|
|
| |
| |
|
|
Corals! Excellent!
Thomas
Post a reply to this message
|
|
| |
| |
|
|
From: stbenge
Subject: Re: interesting shape: CA, DF3, isosurface (284k jpg)
Date: 5 Jun 2009 11:30:27
Message: <4a293a13@news.povray.org>
|
|
|
| |
| |
|
|
Christian Froeschlin wrote:
> Note that you can write binary files since beta 32, so if
> you ever port your automata to SDL you can write DF3 too ;)
I'll keep that in mind if I ever feel like doing things the slow way ;)
But that's good to know, actually. Thanks :)
Sam
Post a reply to this message
|
|
| |
| |
|
|
From: stbenge
Subject: Re: interesting shape: CA, DF3, isosurface (284k jpg)
Date: 5 Jun 2009 11:31:13
Message: <4a293a41@news.povray.org>
|
|
|
| |
| |
|
|
Bill Pragnell wrote:
> Remarkable. In the best possible sense :-)
Thanks!
Sam
Post a reply to this message
|
|
| |
| |
|
|
From: stbenge
Subject: Re: interesting shape: CA, DF3, isosurface (284k jpg)
Date: 5 Jun 2009 11:32:36
Message: <4a293a94$1@news.povray.org>
|
|
|
| |
| |
|
|
Thomas de Groot wrote:
> Corals! Excellent!
That was one of my first impressions too. I removed the texture which
made it resemble a human brain. I didn't want to make anybody sick ;)
Sam
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |