POV-Ray : Newsgroups : povray.unix : povray with stdin : Re: povray with stdin Server Time
26 Jun 2024 02:32:34 EDT (-0400)
  Re: povray with stdin  
From: Jan T  Kim
Date: 28 Mar 2006 12:15:00
Message: <web.44296e6463025cfb421c4b930@news.povray.org>
Christoph Hormann <chr### [at] gmxde> wrote:
> Peterson wrote:
> > Hi all,
> >
> > I need send scene description to the povray (v. 3.6) via stdin. I read man
> > pages and there is "+I-", I use this but I get only error, not rendering.
> >
>
> The man pages are outdated in this point (and have been for a long time).
>
> Scene files are required to be searchable to be parsed.  Therefore you
> can neither use named nor unnamed pipes for them.

Is there any hope that this restriction will be removed in the not
too distant future? We're planning to put together a pipeline for
generating 3D images using a cgi script, and if possible, I would like
to avoid the messy issue of generating temporary files and cleaning them
up in a way that works robustly in a multiprocess environment (i.e. if
more than one cgi processes execute concurrently).

Is there any explanation on why the file has to be searchable? Normally,
one is much better off using only one's own data structures once having
acquired them by parsing...

Best regards, Jan


Post a reply to this message

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