POV-Ray : Newsgroups : povray.general : Website link... : Re: Website link... Server Time
7 Aug 2024 17:23:30 EDT (-0400)
  Re: Website link...  
From: Rune
Date: 10 Aug 2001 10:16:17
Message: <3b73ecb1@news.povray.org>
Here is the official POV-Ray Logo. Add textures and background as you like.

#declare Povray_Logo =
union {
   sphere {2*y, 1}
   difference {
      cone {2*y, 1, -4*y, 0}
      sphere {2*y, 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 <-0.35, 0, 0>}
      rotate z*30 translate 2*y
   }
   rotate <0, 0, -25>
   translate <-0.5,-0.35,0>
}

Rune
--
3D images and anims, include files, tutorials and more:
Rune's World:    http://rsj.mobilixnet.dk (updated June 26)
POV-Ray Users:   http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Webring: http://webring.povray.co.uk


Post a reply to this message

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