Does anyone know if I can use the File IO directives in the following
manner.
I have an ASCII file table of parameters where each row represents one frame
and each column is a parameter used in a POV file.
I'd like to use the File directives to read one line from the file for each
frame rendered.
Can the same #fopen file handle span across multiple frames? Or must the
file be reopened each pass and #read performed in order the reach the
correct frame line?
Thanks in advance,
Winefred
Post a reply to this message
|