POV-Ray : Newsgroups : povray.unix : povray with stdin : Re: povray with stdin Server Time
26 Jun 2024 02:37:25 EDT (-0400)
  Re: povray with stdin  
From: Sebastian H 
Date: 26 Oct 2005 09:56:31
Message: <435f8b0f$1@news.povray.org>
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.
> 
> My command:
> cat scene.pov | povray +I-
> 

I wanted to suggest to use a fifo this way.

mkfifo myfifo
cat scene.pov > myfifo &
povray +Imyfifo

but it does not work.
Sorry.

Sebastian


Post a reply to this message

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