POV-Ray : Newsgroups : povray.binaries.images : Looks like erosion (128k jpeg) Server Time
11 Aug 2024 11:25:37 EDT (-0400)
  Looks like erosion (128k jpeg) (Message 1 to 10 of 17)  
Goto Latest 10 Messages Next 7 Messages >>>
From: Samuel Benge
Subject: Looks like erosion (128k jpeg)
Date: 10 Apr 2004 15:55:34
Message: <407850A5.8050602@hotmail.com>
Hello folks. Had an isosurface attack earlier and this is the product. 
Sorry about the file size, but I had to reduce some jpeg artifacts.

The base shape (an octahedron) was warped with multiple passes of x, y 
and z cos functions using a #while loop. Each cos function is scaled 
twice as large as the next (both in size and strength). The variable 
responsible for this begins with a value of 1 and counts by itself till 
it reaches 128 like this:
#declare V=V+V;

It rendered relatively fast so I added one 2x2 area_light to help the 
initial point light.

Questions, comments, ideas?

-Samuel Benge


Post a reply to this message


Attachments:
Download 'erosion.jpg' (128 KB)

Preview of image 'erosion.jpg'
erosion.jpg


 

From: Christoph Hormann
Subject: Re: Looks Like Erosion (128k jpeg)
Date: 10 Apr 2004 16:35:02
Message: <c59lio$hlr$1@chho.imagico.de>
Samuel Benge wrote:
> Hello folks. Had an isosurface attack earlier and this is the product. 
> Sorry about the file size, but I had to reduce some jpeg artifacts.
> 
> The base shape (an octahedron) was warped with multiple passes of x, y 
> and z cos functions using a #while loop. Each cos function is scaled 
> twice as large as the next (in size and strength).
> [...]

Neat, you are not the first one trying the though ;-) See:

http://news.povray.org/3c7bb095@news.povray.org

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 21 Mar. 2004 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Samuel Benge
Subject: Re: Looks Like Erosion (128k jpeg)
Date: 10 Apr 2004 17:08:10
Message: <407861E9.4080604@hotmail.com>
Christoph Hormann wrote:

> Neat, you are not the first one trying the though ;-) See:
> 
> http://news.povray.org/3c7bb095@news.povray.org
> 
> Christoph


I remember. This is how I got the idea in the first place, and I've been 
inspired ever since!

I've tried many variations of the same technique, including the addition 
of repeated pigment functions, min/max function compilations and other 
various function tweaks. I'm wondering now how I could implement a 
logical function into this..... select(a,b,c). It would have to evaluate 
the last evaluation to be really interesting.

I wonder what happened to Theis, the guy who was developing these 
functions for real-world shape evaluation/file reduction.....

-Samuel Benge


Post a reply to this message

From: Bill Hails
Subject: Re: Looks like erosion (128k jpeg)
Date: 10 Apr 2004 17:08:51
Message: <40786263@news.povray.org>
Samuel Benge wrote:

> Hello folks. Had an isosurface attack earlier and this is the product.
> Sorry about the file size, but I had to reduce some jpeg artifacts.
> 
> The base shape (an octahedron) was warped with multiple passes of x, y
> and z cos functions using a #while loop. Each cos function is scaled
> twice as large as the next (both in size and strength). The variable
> responsible for this begins with a value of 1 and counts by itself till
> it reaches 128 like this:
> #declare V=V+V;
> 
> It rendered relatively fast so I added one 2x2 area_light to help the
> initial point light.
> 
> Questions, comments, ideas?
> 
> -Samuel Benge

Neat.
It has the feel of a fractal about it.

BTW my math isn't the best, so your explaination kind of
went over my head :-).

-- 
Bill Hails


Post a reply to this message

From: Bill Hails
Subject: Re: Looks like erosion (128k jpeg)
Date: 10 Apr 2004 17:13:14
Message: <4078636a@news.povray.org>
Bill Hails wrote:


> Neat.
> It has the feel of a fractal about it.
> 

and on reflection, something about it reminds me of Escher.

-- 
Bill Hails


Post a reply to this message

From: Dennis Miller
Subject: Re: Looks like erosion (128k jpeg)
Date: 10 Apr 2004 17:14:43
Message: <407863c3$1@news.povray.org>
Sam, great work as always. Care to post the code? Love to see that function.
Best,
Dennis.

"Samuel Benge" <stb### [at] hotmailcom> wrote in message
news:407### [at] hotmailcom...
> Hello folks. Had an isosurface attack earlier and this is the product.
> Sorry about the file size, but I had to reduce some jpeg artifacts.
>
> The base shape (an octahedron) was warped with multiple passes of x, y
> and z cos functions using a #while loop. Each cos function is scaled
> twice as large as the next (both in size and strength). The variable
> responsible for this begins with a value of 1 and counts by itself till
> it reaches 128 like this:
> #declare V=V+V;
>
> It rendered relatively fast so I added one 2x2 area_light to help the
> initial point light.
>
> Questions, comments, ideas?
>
> -Samuel Benge
>


----------------------------------------------------------------------------
----


Post a reply to this message

From: Thies Heidecke
Subject: Re: Looks Like Erosion (128k jpeg)
Date: 11 Apr 2004 08:14:42
Message: <407936b2$1@news.povray.org>
"Samuel Benge" <stb### [at] hotmailcom> schrieb im Newsbeitrag
news:407### [at] hotmailcom...
> Christoph Hormann wrote:
>
> > Neat, you are not the first one trying the though ;-) See:
> >
> > http://news.povray.org/3c7bb095@news.povray.org
> >
> > Christoph
>
>
> I remember. This is how I got the idea in the first place, and I've been
> inspired ever since!
Hi Samuel,
I'm glad that I could inspire You digging deeper into this topic !

> I've tried many variations of the same technique, including the addition
> of repeated pigment functions, min/max function compilations and other
> various function tweaks. I'm wondering now how I could implement a
> logical function into this..... select(a,b,c). It would have to evaluate
> the last evaluation to be really interesting.
Cool, sounds interesting to do that with other base-functions than
sin/cos. How does it look like?

> I wonder what happened to Theis, the guy who was developing these
> functions for real-world shape evaluation/file reduction.....
I'm here :)
I think i should post a bit more frequently, but unfortunately
I'm not that constantly productive like many others in these groups.
But if I make something new/interesting i'll post it.
At the moment I'm working on an entry for the fractal-code-competition.
I'm curious how the reactions will be =)

> -Samuel Benge

Thies


Post a reply to this message

From: Samuel Benge
Subject: Re: Looks Like Erosion (128k jpeg)
Date: 11 Apr 2004 13:02:30
Message: <407979D4.8090703@hotmail.com>
Thies Heidecke wrote:

> "Samuel Benge"

>>It would have to evaluate
>>the last evaluation to be really interesting.
>>
> Cool, sounds interesting to do that with other base-functions than
> sin/cos. How does it look like?


It doesn't. I haven't figured out a legal way to add the functions 
together without POV telling me to #undef my function first.

 
> I'm here :)
> I think i should post a bit more frequently, but unfortunately
> I'm not that constantly productive like many others in these groups.
> But if I make something new/interesting i'll post it.
> At the moment I'm working on an entry for the fractal-code-competition.
> I'm curious how the reactions will be =)
> 
> Thies


I'm looking forward to it!

-Samuel Benge


Post a reply to this message

From: Darren New
Subject: Re: Looks like erosion (128k jpeg)
Date: 11 Apr 2004 13:17:06
Message: <40797d92@news.povray.org>
Looks like one of the lakes around here, where there were inlets but no 
outlets, so it got saltier and saltier. Then they started syphoning the 
water for the city, and the level dropped and all these rocks came out 
of the water looking like this.

-- 
Darren New, San Diego CA USA (PST)
   I am in geosynchronous orbit, supported by
   a quantum photon exchange drive....


Post a reply to this message

From: Samuel Benge
Subject: Re: Looks like erosion (128k jpeg)
Date: 11 Apr 2004 19:01:46
Message: <4079CE09.3060204@hotmail.com>
Darren New wrote:

> Looks like one of the lakes around here, where there were inlets but no 
> outlets, so it got saltier and saltier. Then they started syphoning the 
> water for the city, and the level dropped and all these rocks came out 
> of the water looking like this.
 
Do you have any photos of that? I'd be interested in seeing them :)


-Samuel Benge


Post a reply to this message

Goto Latest 10 Messages Next 7 Messages >>>

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