POV-Ray : Newsgroups : povray.binaries.scene-files : Writing and reading files : Re: Writing and reading files Server Time
2 Sep 2024 18:13:56 EDT (-0400)
  Re: Writing and reading files  
From: Jerome
Date: 6 Jun 2000 07:27:32
Message: <393CE024.FCCE947E@iname.com>
Josh English wrote:
> 
> Attached are two files. Run readlist.pov first and it generates a text
> file with the contents of an array of vectors. When I run writelist.pov
> I get a plethora of errors, mainly, on line 94:
> Attempted to redefine vector identifier as float identifier.
> 
> I don't get it. I've read the docs and as far as I can see I'm doing
> everything right, if not in a round about way.
> 
> Can anyone figure out what's going wrong?
> 
> Thanks,
> 
> Josh
>
> #while ( cnt < dimension_size(tlist,1) )
>   #declare MuVect = <0,0,0>;
>   #read (MyFile,MyVect)
>   #declare tlist[cnt] = MyVect;
	I don't know if that's the problem, but shouldn't the
#declare be for MyVect instead of MuVect?

		Jerome
-- 

* Doctor Jekyll had something * mailto:ber### [at] inamecom
* to Hyde...                  * http://www.enst.fr/~jberger
*******************************


Post a reply to this message

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