POV-Ray : Newsgroups : povray.animations : please help me with #read : Re: please help me with #read Server Time
1 Jun 2024 08:42:11 EDT (-0400)
  Re: please help me with #read  
From: Slime
Date: 21 Jun 2006 03:28:49
Message: <4498f531$1@news.povray.org>
I'm not familiar with the autoclock include file, but here's how I would do
it (untested code):

#fopen Muestreo1 "muestreoc5-pd1.txt" read
#declare FileFrame = 1;
#while (FileFrame <= frame_number)
    #read (Muestreo1, Fm1)
    #declare FileFrame = FileFrame + 1;
#end
sphere{0,1 translate<Fm1,0,0>}...etc....

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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