POV-Ray : Newsgroups : povray.beta-test : Spline: Cannot copy identifier : Spline: Cannot copy identifier Server Time
30 Jul 2024 18:19:25 EDT (-0400)
  Spline: Cannot copy identifier  
From: ingo
Date: 10 Oct 2001 11:01:19
Message: <Xns9136AD2824CB5seed7@povray.org>
The scene below results in:

#declare A=Spl <----ERROR

Parse Error: Cannot copy identifier

---%<------%<---
#declare Spl=spline{
   linear_spline
   0/4,< 0   , 0  , 0>  
   1/4,< 0.25, 0.5, 0>  
   2/4,< 0.50, 0.1, 0>
   3/4,< 0.75, 0.9, 0>  
   4/4,< 1   , 0  , 0>  
}

#declare A=Spl(0.3);
---%<------%<---


Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

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