POV-Ray : Newsgroups : povray.general : MegaPOV Output directed to a external program : Re: MegaPOV Output directed to a external program Server Time
30 Jul 2024 22:17:13 EDT (-0400)
  Re: MegaPOV Output directed to a external program  
From: HENON fabien
Date: 13 Apr 2008 12:00:01
Message: <web.48022d4b9c80baf553e633570@news.povray.org>
"em-sigma" <em-### [at] webde> wrote:
> Hi everybody,
>
> this might be a trivial subject but I'm not able to figure out how to do it.
>
> I'm programming a little tool to help me with textures in POV-Ray and I would
> like to have a preview in it. At the moment I'm using MegaPOVs command line
> version to create the pictures and load the .tga into the program. But this way
> I have to wait until the picture is finished to see it.
>
> Is there a way to redirect the output stream of MegaPOV to my program, so that I
> can see the rendering directly?
>
> I'm using Delphi2005 on Windows.
>
> Thanks for your help,
>
> em-sigma

HI,

You can try to use the redirection of the streams with
Redirecting options on the command line

  GI<name>= write all .INI parameters to file name
  Gx<name>= write stream x to console (and/or optional file name)
            GA - All streams (except status)
            GD - Debug stream
            GF - Fatal stream
            GR - Render stream
            GS - Statistics stream
            GW - Warning stream


Fabien


Post a reply to this message

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