POV-Ray : Newsgroups : povray.beta-test : cannot copy array with spline : cannot copy array with spline Server Time
29 Jul 2024 20:24:25 EDT (-0400)
  cannot copy array with spline  
From:
Date: 11 Mar 2002 06:45:52
Message: <tp5p8uoemqon1um6i4j75nc09ho61364su@4ax.com>
POV 3.5 b 12 icl on WinNT Sp 6 PII 233 with 128 MB

I have declared some spline:
  #local MySpline=spline{natural_spline 0 x 1 y 2 z 3 0}
Now I want this spline to be a part of array
  #local A=array[1]{MySpline}
But this refuses to work with error: "Cannot copy identifier"
Supposing parser can be confused about spline I changed this to:
  #local A=array[1]{spline{MySpline}};
And above is parsed ok. But when I try to copy whole array in next step:
  #local B=A;
then again I have parse error: "Cannot copy identifier".
Any confirmation ?

ABX


Post a reply to this message

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