|
|
our### [at] hotmailcom wrote:
>
> "shapes.inc" defines a cylinder of infinite length that runs along the
> X axis as:
>
> #declare Cylinder_X =
> quadric
> {<0, 1, 1>,
> <0, 0, 0>,
> <0, 0, 0>, -1
> }
>
> Is there some similar way to generate an infinite 2D array of these
> cylinders along with some way to either control their spacing or
> diameter?
While a #while loop would do a good job of simulating such an array, I
was hoping for a poly, cubic, quartic or quadric that would produce such
a shape (an infinate 2D array of infinately long cylinders).
Post a reply to this message
|
|