POV-Ray : Newsgroups : povray.beta-test : cubic spline bug : Re: cubic spline bug Server Time
29 Jul 2024 16:31:06 EDT (-0400)
  Re: cubic spline bug  
From:
Date: 16 Apr 2002 07:32:22
Message: <nm2obuk1qt6vee0i0v356fk0clph21a32c@4ax.com>

wrote:

> Below example shows that for cubic spline it is not true.

Moreover when I tried forcing type conversion at evaluation time with:

  #macro Test(S) cylinder{ S(0,cubic_spline) S(1,cubic_spline) 1 } #end

I have got strange error:

  cylinder{ S(0,cubic_spline <----ERROR
  Parse Error: linear_spline, quadratic_spline, natural_spline,
  or cubic_spline expected.

ABX


Post a reply to this message

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