POV-Ray : Newsgroups : povray.binaries.images : Fractal thingy Server Time
17 Aug 2024 18:28:24 EDT (-0400)
  Fractal thingy (Message 1 to 9 of 9)  
From: Anders Haglund
Subject: Fractal thingy
Date: 18 Sep 2001 18:28:22
Message: <3ba7ca86@news.povray.org>
A simple fractal (Sierpinski's box) made with a small macro. Made out of
160000 superellipsoids.

/Anders


Post a reply to this message


Attachments:
Download 'frac1.JPG' (78 KB)

Preview of image 'frac1.JPG'
frac1.JPG


 

From: Jamie Davison
Subject: Re: Fractal thingy
Date: 18 Sep 2001 18:34:01
Message: <MPG.1611dd02302e3098989a18@news.povray.org>
On Wed, 19 Sep 2001 00:28:16 +0200, Anders Haglund wrote...
> A simple fractal (Sierpinski's box) made with a small macro. Made out of
> 160000 superellipsoids.

Why superellipsoids, and didn't that make it render like a dog?

But very pretty.

Bye for now,
     Jamie. (Knackered, and going to bed...)


Post a reply to this message

From: Slime
Subject: Re: Fractal thingy
Date: 19 Sep 2001 00:50:30
Message: <3ba82416@news.povray.org>
Looking at the way you sort of moved some of the cubes at the bottom away
from their natural positions made me realize that you could create some
really cool animations with this. Imagine keeping an array of four or five
points moving around more or less randomly within the fractal, and all the
cubes being repelled by them by an amount inversely proportional to their
distance from them squared. It'd make it all bumpy and stuff. Slow to
render, but it may look cool.

Nice image, anyway. I like fractals.

- Slime
[ http://www.teja.nu/slime/ ]
[ http://www.teja.nu/slime/images/ ]

"Anders Haglund" <NOS### [at] hotmailcom> wrote in message
news:3ba7ca86@news.povray.org...
> A simple fractal (Sierpinski's box) made with a small macro. Made out of
> 160000 superellipsoids.
>
> /Anders
>
>
>
>


Post a reply to this message

From: Thies Heidecke
Subject: Re: Fractal thingy
Date: 22 Sep 2001 06:01:14
Message: <3bac616a@news.povray.org>
Hi,
plz have a look at my post in p.b.a.
'fractal thingy'

Anders Haglund <NOS### [at] hotmailcom> schrieb in im Newsbeitrag:
3ba7ca86@news.povray.org...
| A simple fractal (Sierpinski's box) made with a small macro. Made out of
| 160000 superellipsoids.
|
| /Anders
|
|
|
|


Post a reply to this message

From: Mahalis
Subject: Re: Fractal thingy
Date: 9 Oct 2001 15:11:47
Message: <3bc34bf3$1@news.povray.org>
Isn't it called the Sierpinski sponge?

"Anders Haglund" <NOS### [at] hotmailcom> wrote in message
news:3ba7ca86@news.povray.org...
> A simple fractal (Sierpinski's box) made with a small macro. Made out of
> 160000 superellipsoids.
>
> /Anders
>
>
>
>


Post a reply to this message

From: Ron Parker
Subject: Re: Fractal thingy
Date: 9 Oct 2001 15:13:55
Message: <slrn9s6j40.5n8.ron.parker@fwi.com>
On Tue, 9 Oct 2001 15:13:30 -0400, Mahalis wrote:
>Isn't it called the Sierpinski sponge?

Menger sponge.

-- 
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbt 1}hollow interior{media{emission T}}finish{
reflection.1}}#end Z(-x-x.2y)Z(-x-x.4x)camera{location z*-10rotate x*90}


Post a reply to this message

From: David Fontaine
Subject: Re: Fractal thingy
Date: 11 Oct 2001 21:18:22
Message: <3BC645B9.B9B7376A@faricy.net>
Ron Parker wrote:
> 
> On Tue, 9 Oct 2001 15:13:30 -0400, Mahalis wrote:
> >Isn't it called the Sierpinski sponge?
> 
> Menger sponge.

An extrapolation of the Sierpinski Gasket; each specific fractal has
three or four different names anyways...

-- 
David Fontaine  <dav### [at] faricynet>  ICQ 55354965
My raytracing gallery:  http://davidf.faricy.net/


Post a reply to this message

From: Mahalis
Subject: Re: Fractal thingy
Date: 9 Nov 2001 18:15:29
Message: <3bec6391$1@news.povray.org>
I thought the Sierpinski gasket was triangle-shaped..
Oh well... never mind.

--

//Mahalis
camera{location<0,0.25,-2> look_at 0.5*y} #declare T=texture{pigment{crackle
scale 0.5 rotate 90 turbulence 0.75 color_map{[0 rgb 1][0.05 rgb 1][0.1
rgb<1,0.25,1>][0.25 rgbf 1][1 rgbf 1]}} finish{ambient 1}} #declare
c=difference{torus{0.5,0.1 rotate -90*x}box{<0.7,0,0.2>,<-0.7,-0.7,-0.2>}}
merge{object{c translate<0.5,0.5,0>} object{c translate<-0.5,0.5,0>}
cylinder{<1,0.5,0>,<1,0,0>,0.1} cylinder{<-1,0.5,0>,<-1,0,0>,0.1}
cylinder{0.5*y,0,0.1} texture{T}}
--


"David Fontaine" <dav### [at] faricynet> wrote in message
news:3BC645B9.B9B7376A@faricy.net...
> Ron Parker wrote:
> >
> > On Tue, 9 Oct 2001 15:13:30 -0400, Mahalis wrote:
> > >Isn't it called the Sierpinski sponge?
> >
> > Menger sponge.
>
> An extrapolation of the Sierpinski Gasket; each specific fractal has
> three or four different names anyways...
>
> --
> David Fontaine  <dav### [at] faricynet>  ICQ 55354965
> My raytracing gallery:  http://davidf.faricy.net/


Post a reply to this message

From: David Fontaine
Subject: Re: Fractal thingy
Date: 14 Nov 2001 23:03:55
Message: <3BF33F77.EBDDD80C@faricy.net>
Mahalis wrote:
> 
> I thought the Sierpinski gasket was triangle-shaped..
> Oh well... never mind.

Oh, Sierpinski carpet.

-- 
David Fontaine  <dav### [at] faricynet>  ICQ 55354965
My raytracing gallery:  http://davidf.faricy.net/


Post a reply to this message

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