POV-Ray : Newsgroups : povray.beta-test : [doc] spline quick ref : [doc] spline quick ref Server Time
29 Jul 2024 20:25:17 EDT (-0400)
  [doc] spline quick ref  
From:
Date: 11 Mar 2002 05:51:08
Message: <9t1p8ugcrdaq3ac5cj79ni72rbn7dhtok8@4ax.com>
pov 3.5 beta 12 win

syntax:
  spline { [SPLINE_TYPE] PATH_LIST }
should be probably replaced with
  spline { [SPLINE_IDENTIFIER] [SPLINE_TYPE] [PATH_LIST] }

also in "6.1.9  Spline Identifiers" chapter should be mentioned that path_list
is optional, in particular any below combination is valid

#local MySpline=spline{natural_spline 0 x 1 y 2 z 3 0}
#local S=spline{MySpline                       }
#local S=spline{MySpline linear_spline         }
#local S=spline{MySpline linear_spline 3 x 4 y }
#local S=spline{MySpline               3 x 4 y }
#local S=spline{                       3 x 4 y }
#local S=spline{         linear_spline 3 x 4 y }

ABX


Post a reply to this message

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