POV-Ray : Newsgroups : povray.binaries.images : Check out the new signature : Check out the new signature Server Time
16 Aug 2024 04:23:21 EDT (-0400)
  Check out the new signature  
From: Sir Charles W  Shults III
Date: 22 Mar 2002 01:28:09
Message: <3c9acef9$1@news.povray.org>
I thought I would try my hand at a sig file, since everyone else seems
to have one.

Cheers!

Chip Shults
My robotics, space and CGI web page - http://home.cfl.rr.com/aichip

#declare Z=texture{pigment{crackle}finish{specular.5}};#macro B(a,b)
box{-.5,.5translate<a,b,0>texture{Z}}#end#macro C(a,b)sphere{0,.5
translate<a,b,-.5>texture {Z}}#end#macro N(a,c)#declare
k=0;#while(k<6)#if((c/2)!=int(c/2))B(a,k-1)B(-a,-k+1)#end#declare
c=int(c/2);#declare
k=k+1;#end#end
N(-6,7)N(-5,5)N(-4,1)N(-3,31)N(-2,4)N(-1,7)C(-1,-3)C(1,3)//chip


Post a reply to this message

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