POV-Ray : Newsgroups : povray.binaries.images : POV-Logo Server Time
2 Oct 2024 14:13:05 EDT (-0400)
  POV-Logo (Message 1 to 10 of 18)  
Goto Latest 10 Messages Next 8 Messages >>>
From: Chris Colefax
Subject: POV-Logo
Date: 28 May 2000 06:18:02
Message: <3930f25a@news.povray.org>
It's a P (and an O and V, if you look hard enough), or perhaps it's an eye
with a ray being traced from it...and it all fits in a few lines of code:

union { sphere {<0, 2, 0>, 1}
   difference { cone {<0, 2, 0>, 1, <0, -4, 0>, 0}
      sphere {<0, 2, 0>, 1.4 scale <1, 1, 2>}}
   difference { sphere {0, 1 scale <2.6, 2.2, 1>}
      sphere {0, 1 scale <2.3, 1.8, 2> translate <-.35, 0, 0>}
      rotate z*30 translate <0, 2, 0>}
   pigment {rgb <1, 1, 1>}}


Post a reply to this message


Attachments:
Download 'cc_logo.jpg' (6 KB) Download 'cc_logo2.jpg' (10 KB) Download 'cc_logo3.jpg' (10 KB) Download 'cc_logo4.jpg' (9 KB)

Preview of image 'cc_logo.jpg'
cc_logo.jpg

Preview of image 'cc_logo2.jpg'
cc_logo2.jpg

Preview of image 'cc_logo3.jpg'
cc_logo3.jpg

Preview of image 'cc_logo4.jpg'
cc_logo4.jpg


 

From: Bill DeWitt
Subject: Re: POV-Logo
Date: 28 May 2000 07:35:04
Message: <39310468@news.povray.org>
Ooo...

--
I get paid to do -anything- while connected to the internet.
Please use my referral id to find out more
http://www.getpaid4.com/?billdewitt

"Chris Colefax" <chr### [at] tagpovrayorg> wrote in message
news:3930f25a@news.povray.org...
> It's a P (and an O and V, if you look hard enough), or perhaps it's an eye
> with a ray being traced from it...and it all fits in a few lines of code:
>
> union { sphere {<0, 2, 0>, 1}
>    difference { cone {<0, 2, 0>, 1, <0, -4, 0>, 0}
>       sphere {<0, 2, 0>, 1.4 scale <1, 1, 2>}}
>    difference { sphere {0, 1 scale <2.6, 2.2, 1>}
>       sphere {0, 1 scale <2.3, 1.8, 2> translate <-.35, 0, 0>}
>       rotate z*30 translate <0, 2, 0>}
>    pigment {rgb <1, 1, 1>}}
>
>
>
>


Post a reply to this message

From: ingo
Subject: Re: POV-Logo
Date: 28 May 2000 07:47:02
Message: <8F4284F3Dseed7@204.213.191.228>
Chris Colefax wrote:

>It's a P (and an O and V, if you look hard enough)

and if you rotate <0,0,90>,
the pov-mascotte is almost there.

I like it, it's the most "playfull" one yet.

cc_logo3.jpg: POV is punk (Yeaaaaah, ingo starts stagediving from his desk. 
In mid air he realises there is no audience to catch him.....)

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: POV-Logo
Date: 28 May 2000 07:58:20
Message: <393109dc@news.povray.org>
Whoa!, love that versitility, and isnt that whats povrays all about after
all, this one gets my vote (so far), ..

Rick


Post a reply to this message

From: Simen Kvaal
Subject: Re: POV-Logo
Date: 28 May 2000 08:34:45
Message: <39311265@news.povray.org>
Nice! The double symbilics is a bit suble, but I can definetely see the
"POV"-letters. And the shapes are so obviously simple and geometric! The
lightning is very cool too. :)

(And I notice that you can shorten the code even further. (Using 1 instead
of <1, 1, 1>, y instead of <0, 1, 0> and so forth..)

Simen Kvaal.


Chris Colefax skrev i meldingen <3930f25a@news.povray.org>...
>It's a P (and an O and V, if you look hard enough), or perhaps it's an eye
>with a ray being traced from it...and it all fits in a few lines of code:
>
>union { sphere {<0, 2, 0>, 1}
>   difference { cone {<0, 2, 0>, 1, <0, -4, 0>, 0}
>      sphere {<0, 2, 0>, 1.4 scale <1, 1, 2>}}
>   difference { sphere {0, 1 scale <2.6, 2.2, 1>}
>      sphere {0, 1 scale <2.3, 1.8, 2> translate <-.35, 0, 0>}
>      rotate z*30 translate <0, 2, 0>}
>   pigment {rgb <1, 1, 1>}}


Post a reply to this message

From: Margus Ramst
Subject: Re: POV-Logo
Date: 28 May 2000 09:10:48
Message: <39310CE5.EC8EDF0C@peak.edu.ee>
As was said, very versatile. Yet simple. I like this one a lot.

-- 
Margus Ramst

Personal e-mail: mar### [at] peakeduee
TAG (Team Assistance Group) e-mail: mar### [at] tagpovrayorg


Post a reply to this message

From: Tony[B]
Subject: Re: POV-Logo
Date: 28 May 2000 10:05:32
Message: <393127ac@news.povray.org>
Aw, c'mon Chris, I was winning before. Look what you went and did... ;) Cool
idea. I like it. You certainly presented it in an array of different styles.
I should get working on presenting mine too. Damn Uni. just eats up so much
of my time... :(


Post a reply to this message

From: Dave Blandston
Subject: Re: POV-Logo
Date: 28 May 2000 13:17:01
Message: <3931548d$1@news.povray.org>
Very appealing in it's simplicity. The fire one rules.

Regards,
Dave

"Chris Colefax" <chr### [at] tagpovrayorg> wrote in message
news:3930f25a@news.povray.org...
> It's a P (and an O and V, if you look hard enough), or perhaps it's an eye
> with a ray being traced from it...and it all fits in a few lines of code:
>
> union { sphere {<0, 2, 0>, 1}
>    difference { cone {<0, 2, 0>, 1, <0, -4, 0>, 0}
>       sphere {<0, 2, 0>, 1.4 scale <1, 1, 2>}}
>    difference { sphere {0, 1 scale <2.6, 2.2, 1>}
>       sphere {0, 1 scale <2.3, 1.8, 2> translate <-.35, 0, 0>}
>       rotate z*30 translate <0, 2, 0>}
>    pigment {rgb <1, 1, 1>}}
>
>
>
>


Post a reply to this message

From: Bob Hughes
Subject: Re: POV-Logo
Date: 28 May 2000 14:54:36
Message: <39316b6c@news.povray.org>
Wow.  And the third one redefines "flamboyant" (no, not the flaming one).
This is along the lines of what I've been trying, less the great scenery.  I think
something of this nature and design will be about as good as it gets.

Bob


Post a reply to this message

From: Lewis
Subject: Re: POV-Logo
Date: 28 May 2000 15:30:50
Message: <39318144.CF0D4FFE@netvision.net.il>
Chris Colefax has done it again.

Chris Colefax wrote:
> 
> It's a P (and an O and V, if you look hard enough), or perhaps it's an eye
> with a ray being traced from it...and it all fits in a few lines of code:
> 
> union { sphere {<0, 2, 0>, 1}
>    difference { cone {<0, 2, 0>, 1, <0, -4, 0>, 0}
>       sphere {<0, 2, 0>, 1.4 scale <1, 1, 2>}}
>    difference { sphere {0, 1 scale <2.6, 2.2, 1>}
>       sphere {0, 1 scale <2.3, 1.8, 2> translate <-.35, 0, 0>}
>       rotate z*30 translate <0, 2, 0>}
>    pigment {rgb <1, 1, 1>}}
> 
>  [Image]
> 
>  [Image]
> 
>  [Image]
> 
>  [Image]


Post a reply to this message

Goto Latest 10 Messages Next 8 Messages >>>

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