POV-Ray : Newsgroups : povray.binaries.images : Barth Decic Server Time
8 Aug 2024 06:16:22 EDT (-0400)
  Barth Decic (Message 1 to 10 of 12)  
Goto Latest 10 Messages Next 2 Messages >>>
From: Doctor John
Subject: Barth Decic
Date: 29 Sep 2005 08:51:56
Message: <433be36c@news.povray.org>
Thought I'd share this with you all.
IMNSHO it's the best rendering of (part of) the Barth Decic that I've seen 
for a while.

For the record:
#declare a=1.0
#declare GM=(sqr(5)+1)/2
#declare GM4=pow(GM, 4)

function(x,y,z,a) {
 8*(pow(x, 2)-GM4*pow(y, 2))*(pow(y, 2)-GM4*pow(z, 2))*(pow(z, 2)-
 GM4*pow(x, 2))*(pow(x, 4)+pow(y, 4)+pow(z, 4)-2*pow(x, 2)*
 pow(y, 2)-2*pow(x, 2)*pow(z, 2)-2*pow(y, 2)*pow(z, 2))+(3+5*GM)
 *pow((pow(x, 2)+pow(y, 2)+pow(z, 2)-pow(a, 2)),2)*pow((pow(x, 2)
 +pow(y, 2)+pow(z, 2)-(2-GM)*pow(a, 2)),2)*pow(a, 2)
}

max_gradient 25060
contained_by{sphere {0, 1.9}}


...and the texture:
texture {
 pigment {
  aoi <3, 1, 3>
  color_map {
   [0 color rgb <1.0,0.4,0.25>]
   [0.8 color rgb <0.15,0.25,0.9>]
  }
 }
 finish {
  ambient 0
  diffuse 0.7
  specular 0.16
 }
}

Must be rendered using Megapov >=1.1

John
-- 
Run Fast
Run Free
Run Linux


Post a reply to this message


Attachments:
Download 'Decic.jpg' (82 KB)

Preview of image 'Decic.jpg'
Decic.jpg


 

From: Mike Raiford
Subject: Re: Barth Decic
Date: 29 Sep 2005 09:05:44
Message: <433be6a8$1@news.povray.org>
Doctor John wrote:
> Thought I'd share this with you all.
> IMNSHO it's the best rendering of (part of) the Barth Decic that I've seen 
> for a while.
> 
> For the record:
> #declare a=1.0
> #declare GM=(sqr(5)+1)/2
> #declare GM4=pow(GM, 4)
> 
> function(x,y,z,a) {
>  8*(pow(x, 2)-GM4*pow(y, 2))*(pow(y, 2)-GM4*pow(z, 2))*(pow(z, 2)-
>  GM4*pow(x, 2))*(pow(x, 4)+pow(y, 4)+pow(z, 4)-2*pow(x, 2)*
>  pow(y, 2)-2*pow(x, 2)*pow(z, 2)-2*pow(y, 2)*pow(z, 2))+(3+5*GM)
>  *pow((pow(x, 2)+pow(y, 2)+pow(z, 2)-pow(a, 2)),2)*pow((pow(x, 2)
>  +pow(y, 2)+pow(z, 2)-(2-GM)*pow(a, 2)),2)*pow(a, 2)
> }
> 
> max_gradient 25060
> contained_by{sphere {0, 1.9}}
> 
> 
> ...and the texture:
> texture {
>  pigment {
>   aoi <3, 1, 3>
>   color_map {
>    [0 color rgb <1.0,0.4,0.25>]
>    [0.8 color rgb <0.15,0.25,0.9>]
>   }
>  }
>  finish {
>   ambient 0
>   diffuse 0.7
>   specular 0.16
>  }
> }
> 
> Must be rendered using Megapov >=1.1
> 
> John
> 

Spiny...

On another note... Anybody: Is there a way to duplicate the aoi pattern 
w/ the official POV-Ray?

-- 
~Mike

Things! Billions of them!


Post a reply to this message

From: Doctor John
Subject: Re: Barth Decic
Date: 29 Sep 2005 09:16:30
Message: <433be92e$1@news.povray.org>
"Mike Raiford" <mra### [at] hotmailcom> wrote in message 
news:433be6a8$1@news.povray.org...
>
> Spiny...
>
> On another note... Anybody: Is there a way to duplicate the aoi pattern w/ 
> the official POV-Ray?
>
Tough, Mike, you gotta get Megapov. It's not difficult to install.
hop over to http://megapov.inetart.net/ and away you go...
btw - make sure you get the latest version (1.2.1 at time of writing)

John
-- 
Run Fast
Run Free
Run Linux


Post a reply to this message

From: Mike Raiford
Subject: Re: Barth Decic
Date: 29 Sep 2005 09:18:24
Message: <433be9a0$1@news.povray.org>
Doctor John wrote:
> "Mike Raiford" <mra### [at] hotmailcom> wrote in message 
> news:433be6a8$1@news.povray.org...
>> Spiny...
>>
>> On another note... Anybody: Is there a way to duplicate the aoi pattern w/ 
>> the official POV-Ray?
>>
> Tough, Mike, you gotta get Megapov. It's not difficult to install.
> hop over to http://megapov.inetart.net/ and away you go...
> btw - make sure you get the latest version (1.2.1 at time of writing)
> 
> John

I have MegaPOV, I'm just looking for an alternative.

-- 
~Mike

Things! Billions of them!


Post a reply to this message

From: Slime
Subject: Re: Barth Decic
Date: 29 Sep 2005 20:27:54
Message: <433c868a$1@news.povray.org>
> On another note... Anybody: Is there a way to duplicate the aoi pattern
> w/ the official POV-Ray?

You can fake it with the slope pattern if you're only going to see the
object from one direction (no reflections).

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

From: Rune
Subject: Re: Barth Decic
Date: 2 Oct 2005 11:32:47
Message: <433ffd9f$1@news.povray.org>
Slime wrote:
>> On another note... Anybody: Is there a way to duplicate the aoi
>> pattern w/ the official POV-Ray?
>
> You can fake it with the slope pattern if you're only going to see the
> object from one direction (no reflections).

This works best with small camera angles though. Technically it only works 
perfectly with an orthographic camera.

Rune
-- 
3D images and anims, include files, tutorials and more:
rune|vision:  http://runevision.com
POV-Ray Ring: http://webring.povray.co.uk


Post a reply to this message

From: hermans
Subject: Re: Barth Decic - Barth SEXTIC
Date: 5 Oct 2005 03:17:26
Message: <43437e06@news.povray.org>
Doctor John schreef:
> Thought I'd share this with you all.
> IMNSHO it's the best rendering of (part of) the Barth Decic that I've seen 
> for a while.
> 
> For the record:
> #declare a=1.0
> #declare GM=(sqr(5)+1)/2
> #declare GM4=pow(GM, 4)
> 
> function(x,y,z,a) {
>  8*(pow(x, 2)-GM4*pow(y, 2))*(pow(y, 2)-GM4*pow(z, 2))*(pow(z, 2)-
>  GM4*pow(x, 2))*(pow(x, 4)+pow(y, 4)+pow(z, 4)-2*pow(x, 2)*
>  pow(y, 2)-2*pow(x, 2)*pow(z, 2)-2*pow(y, 2)*pow(z, 2))+(3+5*GM)
>  *pow((pow(x, 2)+pow(y, 2)+pow(z, 2)-pow(a, 2)),2)*pow((pow(x, 2)
>  +pow(y, 2)+pow(z, 2)-(2-GM)*pow(a, 2)),2)*pow(a, 2)
> }
> 
> max_gradient 25060
> contained_by{sphere {0, 1.9}}
> 
> 
> ...and the texture:
> texture {
>  pigment {
>   aoi <3, 1, 3>
>   color_map {
>    [0 color rgb <1.0,0.4,0.25>]
>    [0.8 color rgb <0.15,0.25,0.9>]
>   }
>  }
>  finish {
>   ambient 0
>   diffuse 0.7
>   specular 0.16
>  }
> }
> 
> Must be rendered using Megapov >=1.1
> 
> John
Barth's SEXTIC is a surface with 65 double points. It's interesting to 
know that 20 of these double points are the vertices of a regular 
dodecahedron and 30 other double points are the midpoints of the edges 
of another regular dodecahedron. Both dodecahedra have the same center 
and the edges are parallel. I have illustrated this property in a small 
animated gif.
I used the "poly" representation of the surface and not "function".
More images can be seen here:
http://cage.ugent.be/~hs


Post a reply to this message


Attachments:
Download 'animbarth04d.gif' (443 KB)

Preview of image 'animbarth04d.gif'
animbarth04d.gif


 

From: Anton Sherwood
Subject: Re: Barth Decic - Barth SEXTIC
Date: 18 Oct 2005 18:37:19
Message: <4355791f$1@news.povray.org>
hermans wrote:
> Barth's SEXTIC is a surface with 65 double points. It's interesting to 
> know that 20 of these double points are the vertices of a regular 
> dodecahedron and 30 other double points are the midpoints of the edges 
> of another regular dodecahedron. 

And the other five?

-- 
Anton Sherwood, http://www.ogre.nu/
"How'd ya like to climb this high *without* no mountain?" --Porky Pine


Post a reply to this message

From: hermans
Subject: Re: Barth Decic - Barth SEXTIC
Date: 19 Oct 2005 04:21:03
Message: <435601ef@news.povray.org>
Anton Sherwood schreef:
> hermans wrote:
> 
>> Barth's SEXTIC is a surface with 65 double points. It's interesting to 
>> know that 20 of these double points are the vertices of a regular 
>> dodecahedron and 30 other double points are the midpoints of the edges 
>> of another regular dodecahedron. 
> 
> 
> And the other five?
> 
That's an interesting question, but I can't give the answer. Perhaps 
somebody else can help.
As mentioned in a link on my page concerning this surface, Barth's 
sextic is a 6th degree surface that has the maximum number of double 
points (65) a 6th degree surface can have.

http://cage.ugent.be/~hs


Post a reply to this message

From: Mike Williams
Subject: Re: Barth Decic - Barth SEXTIC
Date: 19 Oct 2005 07:28:32
Message: <vlF4GAA8uiVDFw5x@econym.demon.co.uk>
Wasn't it hermans who wrote:
>Anton Sherwood schreef:
>> hermans wrote:
>> 
>>> Barth's SEXTIC is a surface with 65 double points. It's interesting to 
>>> know that 20 of these double points are the vertices of a regular 
>>> dodecahedron and 30 other double points are the midpoints of the edges 
>>> of another regular dodecahedron. 
>> 
>> 
>> And the other five?
>> 
>That's an interesting question, but I can't give the answer. Perhaps 
>somebody else can help.
>As mentioned in a link on my page concerning this surface, Barth's 
>sextic is a 6th degree surface that has the maximum number of double 
>points (65) a 6th degree surface can have.

I spent a while trying to imagine how such a symmetric object could have
an extra 5 points that formed any sort of symmetrical pattern, and
became pretty well convinced that it can't happen.

Then I noticed that 65 - 30 - 20 = 15.

However, I still can't find them, and can't think of any symmetrical
patterns of 15 points that don't have a point at the centre.

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

Goto Latest 10 Messages Next 2 Messages >>>

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