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:22:37 EDT (-0400)
  Re: Table Leg Using Surface of Revolution  
From: Edward Coffey
Date: 16 Jan 2003 19:20:41
Message: <3E274F39.4080503@alphalink.com.au>
Peter Hertel wrote:
...
> #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

Yay 7 lines of code to do what 4 lines would have done so much more 
clearly, POV really is powerful!  :?)


Post a reply to this message

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