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:13:19 EDT (-0400)
  Re: Could you look at my simple program? Drawing 100 particles in 3D box...  
From: James
Date: 19 Nov 2005 22:05:01
Message: <web.437fe6d8d3642847cce6fd2b0@news.povray.org>
"Tor Olav Kristensen" <tor### [at] REMOVETHISgmailcom> wrote:
> "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

It is working...

Thank you very much.


Post a reply to this message

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