From phma@oltronics.net Thu Nov 29 18:24:09 2001 Return-Path: X-Sender: phma@ixazon.dynip.com X-Apparently-To: lojban@yahoogroups.com Received: (EGP: mail-8_0_0_1); 30 Nov 2001 02:24:09 -0000 Received: (qmail 7898 invoked from network); 30 Nov 2001 02:24:09 -0000 Received: from unknown (216.115.97.171) by m2.grp.snv.yahoo.com with QMQP; 30 Nov 2001 02:24:09 -0000 Received: from unknown (HELO neofelis.ixazon.lan) (216.189.29.244) by mta3.grp.snv.yahoo.com with SMTP; 30 Nov 2001 02:23:58 -0000 Received: by neofelis.ixazon.lan (Postfix, from userid 500) id F34233C4C3; Thu, 29 Nov 2001 21:23:54 -0500 (EST) Content-Type: Multipart/Mixed; charset="iso-8859-1"; boundary="------------Boundary-00=_TBDLHWKUS94ZNISFB94O" Reply-To: phma@oltronics.net To: Subject: Logo in 3D Date: Thu, 29 Nov 2001 21:23:53 -0500 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01112921235308.25762@neofelis> Sender: phma@ixazon.dynip.com From: Pierre Abbat X-Yahoo-Message-Num: 12398 --------------Boundary-00=_TBDLHWKUS94ZNISFB94O Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit I did this in POV-Ray. Let me know what you think. phma --------------Boundary-00=_TBDLHWKUS94ZNISFB94O Content-Type: text/x-povray; charset="iso-8859-1"; name="logo.pov" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="logo.pov" #include "shapes.inc" #include "colors.inc" background { color rgb <1,1,1> } cylinder {<-20,0,0>,<20,0,0>,1 pigment{color Red}} cylinder {<0,-12,0>,<0,12,0>,1 pigment{color Red}} torus {10,1 rotate 90*x translate <7.0710678,0,0> pigment {color Blue}} torus {10,1 rotate 90*x translate <-7.0710678,0,0> pigment {color Blue}} cone {<-20,0,0>,2,<-22,0,0>,0 pigment {color Red}} cone {<20,0,0>,2,<22,0,0>,0 pigment {color Red}} cone {<0,-12,0>,2,<0,-14,0>,0 pigment {color Red}} cone {<0,12,0>,2,<0,14,0>,0 pigment {color Red}} camera { location <0,0,-35.0> look_at <0,0,0> } light_source { <-70, 100, -60> colour White } --------------Boundary-00=_TBDLHWKUS94ZNISFB94O Content-Type: image/jpeg; charset="iso-8859-1"; name="logo.jpg" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="logo.jpg" [Attachment content not displayed.] --------------Boundary-00=_TBDLHWKUS94ZNISFB94O--