POV-Ray : Newsgroups : povray.binaries.images : POV-Logo : Re: POV-Logo Server Time
2 Oct 2024 06:26:33 EDT (-0400)
  Re: POV-Logo  
From: Simen Kvaal
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

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