POV-Ray : Newsgroups : povray.binaries.images : POVLOGO : POVLOGO Server Time
2 Oct 2024 12:21:42 EDT (-0400)
  POVLOGO  
From: Bill DeWitt
Date: 1 May 2000 08:52:44
Message: <390d7e1c@news.povray.org>
#macro MakeLogo ( SphereTexture, BoxTexture )
#declare Sphere = sphere { 0, 1 texture { SphereTexture } }
#declare Box = box { -0.5, 0.5 scale < 0.75, 2.1, 0.75 > texture
 BoxTexture } }
difference {
object { Sphere }
object { Box }
object { Box rotate < 90.0, 0.0, 0.0 > }
object { Box rotate < 0.0, 0.0, 90.0 > }
} /// end difference
#end /// macro MakeLogo

#declare SphereTexture = texture { pigment { rgb < 0.75, 0.75, 0.75 > }
finish { phong 0.5 } }
#declare BoxTexture = texture { pigment { rgb < 0.70, 0.70, 0.70 > } }

object { MakeLogo ( SphereTexture, BoxTexture ) scale 1.4 }


Post a reply to this message


Attachments:
Download 'POVRay Logo 002.jpg' (7 KB)

Preview of image 'POVRay Logo 002.jpg'
POVRay Logo 002.jpg


 

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