| 392 |
|
RenderDataType ResumeFrame(const char *pfname, |
| 393 |
|
const char *dfname=NULL); |
| 394 |
|
/// Prepare new picture (and depth) output |
| 395 |
< |
/// Writes current render size as resolution |
| 395 |
> |
/// Called by RenderFrame() |
| 396 |
|
RenderDataType NewOutput(FILE *pdfp[2], const char *pfname, |
| 397 |
|
RenderDataType dt=RDTrgbe, |
| 398 |
|
const char *dfname=NULL); |
| 399 |
|
/// Reopen existing picture (and depth) file |
| 400 |
+ |
/// Called by ResumeFrame() |
| 401 |
|
/// File pointers @ end of header (before res.) |
| 402 |
|
RenderDataType ReopenOutput(FILE *pdfp[2], const char *pfname, |
| 403 |
|
const char *dfname=NULL); |