POV-Ray : Newsgroups : povray.text.scene-files : Obfusicated POV, Anyone? : Obfusicated POV, Anyone? Server Time
28 Jul 2024 18:25:14 EDT (-0400)
  Obfusicated POV, Anyone?  
From: Mark Wagner
Date: 30 Sep 1999 00:31:14
Message: <37f2e792@news.povray.org>
A first attempt at writing obfusicated POV code.  It is based on a recent
post by Neiminen Juha in c.g.r.r

camera{location<yes,yes+on,yes+true> look_at -u }light_source{9-9*x
yes}#declare Z=-true;#while(Z<on)#declare X=-2;#while(X<true)#declare
r=X;#local i=Z;#version clock;#while((version<true)&(((r*r)+(i*i))<4))#local
a=((2*r*i)+Z);#local r=((r*r)-(i*i)+X);#local i=a;#version
(version+.05);#end sphere{<(X),(.5*version),(Z)>.02 pigment{ color
((z*version)+v+(x*(1-version)))}}#declare X=(X+.02);#end#local
Z=(Z+.02);#end


Mark


Post a reply to this message

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