POV-Ray : Newsgroups : povray.general : Array Question : Re: Array Question Server Time
9 Aug 2024 17:16:04 EDT (-0400)
  Re: Array Question  
From: Gail Shaw
Date: 2 Jun 2000 15:14:23
Message: <3938078f@news.povray.org>
Chris S. wrote in message <3937ceeb@news.povray.org>...
>error:  no matching } in sphere_sweep, < found instead
>
>/////
>
>#declare Rand01 = seed(34747);
>#macro Tree_Root(X,Y,Z,R,L,Next)
>    #declare counter=0;
>    sphere_sweep {
>      linear_sphere_sweep,
>      10,
>      #while(Next>0)
>        <X,Y,Z>,R

You need a comma after R for each entry except the last.

Gail
********************************************************************
* gsh### [at] monotixcoza              * Reality.dat not found         *
* http://www.rucus.ru.ac.za/~gail/ * Attempting to reboot universe *
********************************************************************
* The best way to accelerate Windows NT is at 9.8 m/s^2      *
********************************************************************


Post a reply to this message

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