POV-Ray : Newsgroups : povray.binaries.images : Table Leg Using Surface of Revolution : Re: Table Leg Using Surface of Revolution Server Time
14 Aug 2024 05:17:56 EDT (-0400)
  Re: Table Leg Using Surface of Revolution  
From: Peter Hertel
Date: 17 Jan 2003 06:18:58
Message: <3e27e6a2@news.povray.org>
> Yay 7 lines of code to do what 4 lines would have done so much more
> clearly, POV really is powerful!  :?)

#local Z=0;#while(Z<=1)#local Q=0;#while (Q<=1)Table_Leg(<Q,0,Z>)#local
Q=Q+1;#end#local Z=Z+1;#end

There you go! Two lines for your viewing pleasure!

=)


Post a reply to this message

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