POV-Ray : Newsgroups : povray.newusers : difference, plane : Re: difference, plane Server Time
28 Jul 2024 16:21:50 EDT (-0400)
  Re: difference, plane  
From: Warp
Date: 12 Apr 2008 16:19:17
Message: <48011945@news.povray.org>
stevenvh <nomail@nomail> wrote:
> I'm used to work with programming languages,
> and parameter separators are mandatory in every language I know. I wish they
> were in POV-Ray too.

  The problem with that would be that if they were mandatory you wouldn't
be able to do things like this:

#declare Spline =
  spline
  { cubic_spline
    #declare Ind = 0;
    #while(Ind < Amount)
      Ind/(Amount-1), Point[Ind]
      #declare Ind = Ind+1;
    #end
  };

-- 
                                                          - Warp


Post a reply to this message

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