POV-Ray : Newsgroups : povray.general : Could you look at my simple program? Drawing 100 particles in 3D box... : Re: Could you look at my simple program? Drawing 100 particles in 3D box... Server Time
1 Aug 2024 10:18:52 EDT (-0400)
  Re: Could you look at my simple program? Drawing 100 particles in 3D box...  
From: Tor Olav Kristensen
Date: 19 Nov 2005 19:45:01
Message: <web.437fc65fd3642847272622110@news.povray.org>
"James" <hy5### [at] hanmailnet> wrote:
> Hi!
>
> With your help, I made program to draw spheres of 1000 in 3D box. But,I got
> error message (" Parse error: Expected 'numeric expression', Undeclared
> Identifier 'var1' found"). I could not fix this problem. Could you help me?

....

>  #fopen MyFile "position1.txt" read
>   #while (defined(MyFile))
>     #read (MyFile,Var1,Var2,Var3)
>
>     sphere {
>     <var1, var2, var3>, 1
>     texture {
>       pigment { color Yellow }
>       }
>     }
>
>   #end

....

Try <Var1, Var2, Var3> instead of <var1, var2, var3>.

Variable names are case sensitive.

--
Tor Olav
http://subcube.com


Post a reply to this message

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