POV-Ray : Newsgroups : povray.beta-test : Minor spline problem : Minor spline problem Server Time
29 Jul 2024 22:30:01 EDT (-0400)
  Minor spline problem  
From: Coridon Henshaw
Date: 10 Feb 2002 23:19:55
Message: <Xns91B1ED54D3E8csbhccse@204.213.191.226>
The second #local statement in the code below will not parse in Windows 
beta 11 even though the doucmentation says that splines will work "wherever 
you would normally put a vector."  This behavior seems to be a holdover 
from Megapov.  Assuming Pov can't be fixed, a note in the documentation 
that the Megapov spline workaround (i.e. 1*spline(etc)) must be used might 
be a good idea.

#local mTrack = spline {linear_spline 0, <0,0,0> 1, <12,0,12>}
#local P0 = mTrack(C);


Post a reply to this message

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