POV-Ray : Newsgroups : povray.binaries.images : Traced height_field Server Time
16 Aug 2024 16:15:12 EDT (-0400)
  Traced height_field (Message 1 to 8 of 8)  
From: Gleb
Subject: Traced height_field
Date: 22 Jan 2002 14:36:25
Message: <3c4dbf39@news.povray.org>
I've found interesting to put a Peano's 2D Space-Filling Curve
on a height_field. Here it is.

Can anybody share ideas about where such a thing will be useful?


Gleb


Post a reply to this message


Attachments:
Download 'p04.jpg' (145 KB)

Preview of image 'p04.jpg'
p04.jpg


 

From: Tim Nikias
Subject: Re: Traced height_field
Date: 22 Jan 2002 14:42:30
Message: <3C4DC081.80FE4AB1@gmx.de>
Gleb schrieb:

> I've found interesting to put a Peano's 2D Space-Filling Curve
> on a height_field. Here it is.
>

What exactly is a Peano 2D Space-Filling Curve?

>
> Can anybody share ideas about where such a thing will be useful?
>

Well, it does look like a pretty good terrain at least... ;)

Tim

--
Tim Nikias
Homepage: http://www.digitaltwilight.de/no_lights/index.html


Post a reply to this message

From: Gleb
Subject: Re: Traced height_field
Date: 22 Jan 2002 15:37:55
Message: <3c4dcda3$1@news.povray.org>
>What exactly is a Peano 2D Space-Filling Curve?
Well, it is a fractal curve which fill the 2D space
without holes. What is actually interesting:
it passes successively through neighbouring cells of a matrix.

You can try to look at examples e.g. here:

http://www.cut-the-knot.com/Curriculum/Geometry/Peano.html


atb,
Gleb
>
> What exactly is a Peano 2D Space-Filling Curve?
>
> Tim Nikias


Post a reply to this message

From: JRG
Subject: Re: Traced height_field
Date: 22 Jan 2002 15:44:35
Message: <3c4dcf33@news.povray.org>
"Tim Nikias" <tim### [at] gmxde> ha scritto nel messaggio
news:3C4DC081.80FE4AB1@gmx.de...
> What exactly is a Peano 2D Space-Filling Curve?

A parametric curve G: [a,b] --> [x0,x1] x [y0,y1], iniective (but I'm not sure about
it) and, which is important, suriective. The English terms might differ from the
Italian ones so forgive me if what I've written sounds non-sense to you ;)
Well, I'm not sure whether what I've written has sense at all, but, to make a long
story short, Peano Curve is a curve whose support (again directly translated from an
Italian term) is a completely filled square.

--
#local j=text{ttf"arial""JRG".2,0}#local J=0;#while(J<10)#local R=0;#while
(R<2)#local G=0;#while(G<1)#if(inside(j<R,G.1>))object{j scale.025translate
<R-1G-J/20J/-40+2>pigment{rgb<9J>}}#debug"O"#else#debug" "#end#local G=G+
.025;#end#local R=R+.05;#debug"\n"#end#local J=J+1;#end// JRG

Home: http://digilander.iol.it/jrgpov  //New: Kitchen scene WIP


Post a reply to this message

From: Ross Litscher
Subject: Re: Traced height_field
Date: 22 Jan 2002 16:28:38
Message: <3c4dd986$1@news.povray.org>
very cool. it looks like the pelt of something prickly.



Gleb <gk1### [at] sotonacuk> wrote in message news:3c4dbf39@news.povray.org...
> I've found interesting to put a Peano's 2D Space-Filling Curve
> on a height_field. Here it is.
>
> Can anybody share ideas about where such a thing will be useful?
>
>
> Gleb
>
>
>


Post a reply to this message

From: Gleb
Subject: Re: Traced height_field
Date: 22 Jan 2002 16:36:56
Message: <3c4ddb78$1@news.povray.org>
"Ross Litscher" <lit### [at] osuedu> wrote in message
news:3c4dd986$1@news.povray.org...
> very cool. it looks like the pelt of something prickly.
Thanx. Hedgehog maybe?

Gleb


Post a reply to this message

From: Fernando González del Cueto
Subject: Re: Traced height_field
Date: 23 Jan 2002 00:22:49
Message: <3c4e48a9@news.povray.org>
"JRG" <jrg### [at] hotmailcom> wrote in message
news:3c4dcf33@news.povray.org...
> "Tim Nikias" <tim### [at] gmxde> ha scritto nel messaggio
> news:3C4DC081.80FE4AB1@gmx.de...
> > What exactly is a Peano 2D Space-Filling Curve?
>
> A parametric curve G: [a,b] --> [x0,x1] x [y0,y1], iniective (but I'm not
sure about
> it) and, which is important, suriective. The English terms might differ
from the

As I vaguely recall from my mathematical analysis courses, there cannot be a
continuous space-filling curve which is injective and surjective at the same
time. But I may be wrong...

Fernando.


Post a reply to this message

From: JRG
Subject: Re: Traced height_field
Date: 23 Jan 2002 12:40:58
Message: <3c4ef5aa@news.povray.org>
Yes, you're right. In fact I wasn't even sure about it.

--
#local j=text{ttf"arial""JRG".2,0}#local J=0;#while(J<10)#local R=0;#while
(R<2)#local G=0;#while(G<1)#if(inside(j<R,G.1>))object{j scale.025translate
<R-1G-J/20J/-40+2>pigment{rgb<9J>}}#debug"O"#else#debug" "#end#local G=G+
.025;#end#local R=R+.05;#debug"\n"#end#local J=J+1;#end// JRG

Home: http://digilander.iol.it/jrgpov  //New: Kitchen scene WIP


news:3c4e48a9@news.povray.org...
>
> "JRG" <jrg### [at] hotmailcom> wrote in message
> news:3c4dcf33@news.povray.org...
> > "Tim Nikias" <tim### [at] gmxde> ha scritto nel messaggio
> > news:3C4DC081.80FE4AB1@gmx.de...
> > > What exactly is a Peano 2D Space-Filling Curve?
> >
> > A parametric curve G: [a,b] --> [x0,x1] x [y0,y1], iniective (but I'm not
> sure about
> > it) and, which is important, suriective. The English terms might differ
> from the
>
> As I vaguely recall from my mathematical analysis courses, there cannot be a
> continuous space-filling curve which is injective and surjective at the same
> time. But I may be wrong...
>
> Fernando.
>


Post a reply to this message

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