POV-Ray : Newsgroups : povray.general : Spline Sweep / While: The Tragedy of the Last Comma : Re: Spline Sweep / While: The Tragedy of the Last Comma Server Time
26 Apr 2024 17:48:25 EDT (-0400)
  Re: Spline Sweep / While: The Tragedy of the Last Comma  
From: Sven Littkowski
Date: 23 Feb 2018 16:38:29
Message: <5a9089d5$1@news.povray.org>
I used the INSERTR feature of the POV-Ray editor. There, there are
commas behind each line but the last line. And without comma, i am
getting an error, too.

sphere_sweep {
    b_spline
    6,
    < 0.50, 1.00, 0>, 0.35,
    <-0.50, 1.00, 0>, 0.25,
    <-0.50, 0.00, 0>, 0.15,
    < 0.50, 0.00, 0>, 0.25,
    < 0.50, 1.00, 0>, 0.15,
    <-0.50, 1.00, 0>, 0.10
    tolerance 0.1

    texture{ pigment{ color rgb<0.69,0.99,0.15>}
             finish { phong 1 }
           } // end of texture

    scale<1,1,1>   rotate<0,0,0>  translate<0,0.5,0>
   }  // end of sphere_sweep ----------------------------





On 23.02.2018 16:24, dick balaska wrote:
> The example shows no comma at all in that position
> http://www.povray.org/documentation/view/3.7.1/63/




---
Diese E-Mail wurde von AVG auf Viren geprüft.
http://www.avg.com


Post a reply to this message

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