POV-Ray : Newsgroups : povray.beta-test : spline problems still not solved : still can't force type of spline Server Time
29 Jul 2024 14:22:43 EDT (-0400)
  still can't force type of spline  
From:
Date: 30 Apr 2002 06:42:21
Message: <9psscugnh3aj31gvmdqtataladhbe3deei@4ax.com>
POV 3.5 RC2 icl on WinNT Sp 6 PII 233 with 128 MB

In RC3 neither old catmull_rom_spline nor new cubic_spline not work in forcing
type in evaluation spline. Sample script:

  #local S=spline{0 x 1 y 2 z 3 1}
  #local V=S(2);
  #local V=S(2,linear_spline);
  #local V=S(2,quadratic_spline);
  #local V=S(2,natural_spline);
  #local V=S(2,cubic_spline);
  #local V=S(2,catmull_rom_spline);

ABX


Post a reply to this message

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