POV-Ray : Newsgroups : povray.binaries.images : That wasn't hard Server Time
3 Aug 2024 02:19:15 EDT (-0400)
  That wasn't hard (Message 1 to 6 of 6)  
From: Darren New
Subject: That wasn't hard
Date: 19 Jan 2007 23:30:54
Message: <45b19afe@news.povray.org>
Once I found a mildly cogent description
( http://www.midnightbeach.com/jon/pubs/3D_Fractal_Landscapes.html )
it became pretty simple to put together a little program to
generate a mesh of fractal landscape. Just an hour or so to get it
written and working, scaling properly and all.

Now... what do I do with it? Possibilities abound - tile them? Blow up 
the first one, and trace the innards on each sub-triangle? Figure out
how to animate an infinite zoom into the fractal that way?

-- 
   Darren New / San Diego, CA, USA (PST)
     Scruffitarianism - Where T-shirt, jeans,
     and a three-day beard are "Sunday Best."


Post a reply to this message


Attachments:
Download 'test.jpg' (96 KB)

Preview of image 'test.jpg'
test.jpg


 

From: Paul Fuller
Subject: Re: That wasn't hard
Date: 20 Jan 2007 07:38:37
Message: <45b20d4d@news.povray.org>
Darren New wrote:
> Once I found a mildly cogent description
> ( http://www.midnightbeach.com/jon/pubs/3D_Fractal_Landscapes.html )
> it became pretty simple to put together a little program to
> generate a mesh of fractal landscape. Just an hour or so to get it
> written and working, scaling properly and all.
> 
> Now... what do I do with it? Possibilities abound - tile them? Blow up 
> the first one, and trace the innards on each sub-triangle? Figure out
> how to animate an infinite zoom into the fractal that way?
> 
> 
> ------------------------------------------------------------------------
> 
I vote for the zoom option.  You'll hit precision problems somewhere 
along the road to infinity but it might be interesting to see the first bit.


Post a reply to this message

From: Samuel Benge
Subject: Re: That wasn't hard
Date: 20 Jan 2007 14:08:36
Message: <45b268b4$1@news.povray.org>
Darren New wrote:
> Once I found a mildly cogent description
> ( http://www.midnightbeach.com/jon/pubs/3D_Fractal_Landscapes.html )
> it became pretty simple to put together a little program to
> generate a mesh of fractal landscape. Just an hour or so to get it
> written and working, scaling properly and all.
> 
> Now... what do I do with it? Possibilities abound - tile them? Blow up 
> the first one, and trace the innards on each sub-triangle? Figure out
> how to animate an infinite zoom into the fractal that way?

How about making an erosion routine? You could "rain" points down to eat 
away the landscape. Just a thought ;)

~Sam


Post a reply to this message

From: Jörg 'Yadgar' Bleimann
Subject: Re: That wasn't hard
Date: 26 Jan 2007 13:39:12
Message: <45ba4ad0$1@news.povray.org>
Darren New wrote:

> Now... what do I do with it? Possibilities abound - tile them? Blow up 
> the first one, and trace the innards on each sub-triangle? Figure out
> how to animate an infinite zoom into the fractal that way?

Converting it into an isosurface (by some kind of "cross-approximation" 
- has this ever been done?) to get an infinitely zoomable smooth surface 
would be thrilling... I dream of doing the very same with my 
heightfields generated from SRTM data or even topographic maps - but the 
  necessary math would be as mind-blowing as CPU-choking...

See you in Khyberspace!

Yadgar

Now playing: The Lake (Mike Oldfield)


Post a reply to this message

From: Darren New
Subject: Re: That wasn't hard
Date: 26 Jan 2007 14:34:41
Message: <45ba57d1$1@news.povray.org>

> Converting it into an isosurface (by some kind of "cross-approximation" 
> - has this ever been done?) to get an infinitely zoomable smooth surface 
> would be thrilling...

Yeah, that would be cool. I'd call that "reimplementing the fractal 
generator in SDL." :-)

I just spent about 10 times as long as I spent on the original program, 
trying to get a second fractal that can patch into the middle of the 
first fractal with the edges lined up, and it has me completely stumped 
why all the numbers come out right but the actual picture looks wrong. 
Edges don't line up, jaggies poke way out of the way, etc. :-) Moving on 
to something else for the moment...

(If anyone wants the code as it stands, I can post it, but it's not 
POV-specific.)

-- 
   Darren New / San Diego, CA, USA (PST)
     You know it's time to trim your beard when your
     wife stops calling you Husband and starts calling
     you Husbollah.


Post a reply to this message

From: Jörg 'Yadgar' Bleimann
Subject: Re: That wasn't hard
Date: 28 Jan 2007 15:33:34
Message: <45bd089e$1@news.povray.org>
High!

Darren New wrote:

> 
>> Converting it into an isosurface (by some kind of 
>> "cross-approximation" - has this ever been done?) to get an infinitely 
>> zoomable smooth surface would be thrilling...
> 
> 
> Yeah, that would be cool. I'd call that "reimplementing the fractal 
> generator in SDL." :-)

In 2005, I heard that Tor Olav Kristensen had developed a conversion 
tool that generates isosurfaces from heightfields (really smooth 
isosurfaces, not pixelized ones like with Christoph Hormann's Iso-HF 
tool!)...

See you in Khyberspace!

Yadgar


Post a reply to this message

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