POV-Ray : Newsgroups : povray.general : modern signature should use 3.5 :) : Re: modern signature should use 3.5 :) Server Time
7 Aug 2024 07:19:08 EDT (-0400)
  Re: modern signature should use 3.5 :)  
From: Warp
Date: 25 Oct 2001 10:45:28
Message: <3bd82588@news.povray.org>

: #declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
: union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
: function{_(x-2,y,1)|_((x+y)*.7,z,.1)|_((x+y+2)*.7,z,.1)|_(x/2+y*.8+1.5,z,.1)}
: contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35

  I have this irresistible urge to shorten other people's signatures...

#declare _=function{(x^2+y^2)^.5-z}#default{finish{ambient 1reflection
1}}union{plane{y,-3}plane{-x,-3}pigment{rgb 0}}isosurface{function{_(
x-2,y,1)|_((x+y)*.7,z,.1)|_((x+y+2)*.7,z,.1)|_(x/2+y*.8+1.5,z,.1)}
contained_by{box{-3*y-.1*z<3,0,.1>}}translate z*15pigment{rgb 1}}


-- 
#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

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