POV-Ray : Newsgroups : povray.general : 2 line sig :) Server Time
8 Aug 2024 04:03:32 EDT (-0400)
  2 line sig :) (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Ron Parker
Subject: Re: 2 line sig :)
Date: 10 May 2001 14:45:39
Message: <slrn9floel.kl2.ron.parker@fwi.com>
On Thu, 10 May 2001 19:09:34 +0100, Tek wrote:
>Perhaps something more like this (BTW, it's meant to look like my initials). And
>just 1.5 lines!
>
>--
>plane{z,2 pigment{bozo colour_map{[.6rgb 1][.6rgb 0]}translate <.2,.4,.2>}finish
>{ambient 1}} // Tekno Frannansa. www.evilsuperbrain.com.

box{-2,2pigment{bozo color_map{[.6rgb 9][.6rgb 0]}translate.2+y/5}} 
// Tekno Frannansa. www.evilsuperbrain.com.

Though I really don't see the resemblance to your initials unless I squint
really hard.

-- 
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbf 1}hollow interior{media{emission 3-T}}}#end 
Z(-x-x.2x)camera{location z*-10rotate x*90normal{bumps.02scale.05}}


Post a reply to this message

From: Warp
Subject: Re: 2 line sig :)
Date: 11 May 2001 07:26:12
Message: <3afbcc53@news.povray.org>
Tek <tek### [at] evilsuperbraincom> wrote:
: Sorry, I'm a professional programmer and my tendency in any code (even pov) is
: to make it as clear and simple to understand as is possible :)

  Ditto. I code object-oriented code in C++ as my main job, and due to the
nature of my job the code must be as modular, maintainable, easy-to-read and
portable as possible (I have to know the C++ standard almost by heart...).
  Making obfuscated code is, however, a hobby. And a funny one.

-- 
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}//                     - Warp -


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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