POV-Ray : Newsgroups : povray.general : Array Question : Re: Array Question Server Time
9 Aug 2024 17:21:02 EDT (-0400)
  Re: Array Question  
From: David Fontaine
Date: 2 Jun 2000 16:42:36
Message: <39381B41.50601093@faricy.net>
Gail Shaw wrote:

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

An example taken from the help file:

sphere_sweep {
  b_spline_sphere_sweep, 4,
  <-5, -5, 0>, 1
  <-5, 5, 0>, 1
  < 5, -5, 0>, 1
  < 5, 5, 0>, 1
  sphere_sweep_depth_tolerance 1.0e-3
}

--
David Fontaine     <dav### [at] faricynet>     ICQ 55354965
Please visit my website: http://www.faricy.net/~davidf/


Post a reply to this message

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