POV-Ray : Newsgroups : povray.programming : Povray directly from C program : Re: Povray directly from C program Server Time: 19 Mar 2010 06:00:34 GMT
  Re: Povray directly from C program  
From: Thorsten Froehlich
Date: 30 May 2007 02:24:42
frfo wrote:
> 
> I would suggest to use megapov (command line version on windows).
> You launch it from your program with no input file, but with the "-"
> option in place of the input file. The you can feed it on the standard
> input with the scene description.

That does not work. POV-Ray cannot read scenes from std input because std
input is not random access capable.

	Thorsten


Post a reply to this message

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