POV-Ray : Newsgroups : povray.animations : How do you use an external Text file for animation values : Re: How do you use an external Text file for animation values Server Time: 20 Jul 2008 11:04:29 GMT
  Re: How do you use an external Text file for animation values  
From: StephenS
Date: 27 Jan 2008 17:30:00
"audioguytodd" <audioguytodd [at] bellsouthnet> wrote:
....
> The text file Filename just has three comma separated variables:
>
> 0, 0, 0
> 0, 0, 0
> 0, 0, 0
> -12, -18, 0
>
....
Your third and fourth variable is separated by a 'new line', not a comma.
Try:
0, 0, 0,
0, 0, 0,
0, 0, 0,
-12, -18, 0

StephenS


Post a reply to this message

Copyright 1991-2004 POV-Team™